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 a77e9a8 commit 10fba60Copy full SHA for 10fba60
tests/__snapshots__/main.test.js.snap
@@ -21,16 +21,17 @@ Array [
21
"examples/package.json",
22
"examples/public/.gitkeep",
23
"examples/stories/index.story.tsx",
24
+ "examples/stories/styles.scss",
25
"greenkeeper.json",
26
"jest.config.js",
27
"package.json",
28
"readme.md",
- "src/Hello.tsx",
29
- "src/a.ts",
+ "src/Sample.tsx",
30
"src/index.ts",
31
"src/styles.scss",
32
- "tests/Hello.test.tsx",
33
- "tests/a.test.ts",
+ "tests/Sample.test.tsx",
+ "tests/__mocks__/fileMock.js",
34
+ "tests/__mocks__/styleMock.js",
35
"tests/setup.ts",
36
"tsconfig.json",
37
"tslint.json",
0 commit comments