Skip to content

Commit 10fba60

Browse files
committed
fix: unit test
1 parent a77e9a8 commit 10fba60

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/__snapshots__/main.test.js.snap

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ Array [
2121
"examples/package.json",
2222
"examples/public/.gitkeep",
2323
"examples/stories/index.story.tsx",
24+
"examples/stories/styles.scss",
2425
"greenkeeper.json",
2526
"jest.config.js",
2627
"package.json",
2728
"readme.md",
28-
"src/Hello.tsx",
29-
"src/a.ts",
29+
"src/Sample.tsx",
3030
"src/index.ts",
3131
"src/styles.scss",
32-
"tests/Hello.test.tsx",
33-
"tests/a.test.ts",
32+
"tests/Sample.test.tsx",
33+
"tests/__mocks__/fileMock.js",
34+
"tests/__mocks__/styleMock.js",
3435
"tests/setup.ts",
3536
"tsconfig.json",
3637
"tslint.json",

0 commit comments

Comments
 (0)