We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e636f29 commit 807308eCopy full SHA for 807308e
__tests__/translateTrackingEventDetails.test.ts
@@ -8,7 +8,7 @@ it('returns undefined if details only contains value', () => {
8
expect(translateTrackingEventDetails({ value: 12345 })).toBeUndefined();
9
});
10
11
-it('returns object without value attribute', () => {
+it('returns an object without the value attribute', () => {
12
expect(translateTrackingEventDetails({
13
value: 12345,
14
key1: 'val1',
0 commit comments