Skip to content

Commit 7e92dc9

Browse files
committed
chore: renamed payload files to values
1 parent 10d04a7 commit 7e92dc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/shared/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* -------------------------------- */
66

77
export * from './utility';
8-
export * from './payloads';
8+
export * from './values';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { EventParams, getClientId, getDocument, getEventParams } from '../src/payloads';
1+
import { EventParams, getClientId, getDocument, getEventParams } from '../src/values';
22

33
/* -----------------------------------
44
*
@@ -33,7 +33,7 @@ jest.mock('../src/utility', () => ({
3333
*
3434
* -------------------------------- */
3535

36-
describe('shared -> payloads', () => {
36+
describe('shared -> values', () => {
3737
describe('getDocument', () => {
3838
document.title = testTitle;
3939

0 commit comments

Comments
 (0)