Skip to content

Commit e9bcd8a

Browse files
committed
Fix jest tests running in dist/]
1 parent ce82c3b commit e9bcd8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
"/fixtures/",
6464
"/presets/",
6565
"/style-guide/",
66-
"tailwind.config.js"
66+
"tailwind.config.js",
67+
"/dist/"
6768
],
6869
"coverageReporters": [
6970
"lcov",

packages/tachyons/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"esModuleInterop": true,
55
"moduleResolution": "node",
66
"strict": true
7-
},
8-
"exclude": ["dist"]
7+
}
98
}

0 commit comments

Comments
 (0)