Skip to content

Commit 64962c2

Browse files
committed
Move specs into component files
1 parent cf7ce76 commit 64962c2

File tree

9 files changed

+2
-1
lines changed

9 files changed

+2
-1
lines changed

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ module.exports = {
117117

118118
// A list of paths to directories that Jest should use to search for files in
119119
roots: [
120-
"spec"
120+
"spec",
121+
"src"
121122
],
122123

123124
// Allows you to use a custom runner instead of Jest's default test runner
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)