Skip to content

Commit bb01d11

Browse files
committed
feat(test): add test utils
1 parent f838915 commit bb01d11

File tree

4 files changed

+225
-3
lines changed

4 files changed

+225
-3
lines changed

package-lock.json

Lines changed: 187 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workshop-app/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
"kcdshop": "./bin/kcdshop.js"
1010
},
1111
"files": [
12-
"dist",
1312
"start.js",
1413
"utils.js",
15-
"server-build",
14+
"test.js",
1615
"build",
1716
"public"
1817
],
@@ -46,6 +45,8 @@
4645
"address": "^1.2.2",
4746
"ansi-to-html": "^0.7.2",
4847
"cachified": "^3.1.0",
48+
"chai": "^4.3.7",
49+
"chai-dom": "^1.11.0",
4950
"chalk": "^5.2.0",
5051
"chokidar": "^3.5.3",
5152
"close-with-grace": "^1.1.0",
@@ -97,6 +98,8 @@
9798
"@remix-run/dev": "^1.7.5",
9899
"@remix-run/eslint-config": "^1.7.5",
99100
"@tailwindcss/typography": "^0.5.9",
101+
"@types/chai": "^4.3.4",
102+
"@types/chai-dom": "^1.11.0",
100103
"@types/common-ancestor-path": "^1.0.0",
101104
"@types/compression": "^1.7.2",
102105
"@types/eslint": "^8.4.10",

packages/workshop-app/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./build/test')

0 commit comments

Comments
 (0)