Skip to content

Commit 0443e3b

Browse files
committed
Rename to setup.ts
1 parent 0f77bec commit 0443e3b

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/types/OnyxUpdate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type {OnyxUpdate} from '../../dist/types';
2-
import ONYX_KEYS from './augmentation';
2+
import ONYX_KEYS from './setup';
33

44
const onyxUpdate: OnyxUpdate = {
55
onyxMethod: 'set',

tests/types/mergeCollection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Onyx from '../../dist/Onyx';
2-
import ONYX_KEYS from './augmentation';
2+
import ONYX_KEYS from './setup';
33

44
Onyx.mergeCollection(ONYX_KEYS.COLLECTION.TEST_KEY, {
55
test_1: {

0 commit comments

Comments
 (0)