Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 4cd6e34

Browse files
committed
Fix syncFixture path
1 parent 2739805 commit 4cd6e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
5454
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
5555
},
56-
"include": ["./src/**/*", "./types/**/*", "./syncFixture.ts"]
56+
"include": ["./src/**/*", "./types/**/*", "syncFixtures.ts"]
5757
}

0 commit comments

Comments
 (0)