Skip to content

Commit

Permalink
fix(developer): run compiled version of dev-server's unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Jun 10, 2024
1 parent e873950 commit 2340048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/src/server/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function test_server() {
# eslint .
tsc --build test
# c8 --reporter=lcov --reporter=text
mocha
mocha --recursive build/test
}

function publish_server() {
Expand Down

0 comments on commit 2340048

Please sign in to comment.