Skip to content

Commit

Permalink
Add Mocha to code base
Browse files Browse the repository at this point in the history
  • Loading branch information
Trapfether committed Oct 10, 2023
1 parent a4214a5 commit e1e7409
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
"_pre": "rimraf dist && cpy node_modules/tailwindcss/lib/css dist/css",
"_esbuild": "node build.mjs",
"prebuild": "npm run _pre",
"build": "npm run _esbuild -- --minify"
"build": "npm run _esbuild -- --minify",
"test": "mocha"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
Expand All @@ -116,6 +117,7 @@
"escalade": "^3.1.1",
"eslint": "^8.51.0",
"eslint-config-google": "^0.14.0",
"mocha": "^10.2.0",
"resolve-from": "^5.0.0",
"rimraf": "^5.0.5",
"tailwindcss": "^3.3.3",
Expand Down

0 comments on commit e1e7409

Please sign in to comment.