Skip to content

Commit

Permalink
Add css to tests dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmooney committed Feb 20, 2024
1 parent 2cedf28 commit fd84230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"watch": "npm-run-all -p watch:*",
"watch:nbextension": "webpack --watch --mode=development",
"watch:labextension": "jupyter labextension watch .",
"test": "tsc && copyfiles package.json test_js && karma start --single-run"
"test": "tsc && copyfiles package.json css/*.css test_js && karma start --single-run"
},
"devDependencies": {
"@jupyter-widgets/controls": "^1.5.0 || ^2 || ^3",
Expand Down

0 comments on commit fd84230

Please sign in to comment.