Skip to content

Commit

Permalink
add all tests back
Browse files Browse the repository at this point in the history
  • Loading branch information
prostgles committed Nov 4, 2023
1 parent 46a471c commit c2c9d94
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prostgles-server",
"version": "4.1.108",
"version": "4.1.109",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tests/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ fi
npm run build

npm run test-server 2>&1 ./server.log
# TEST_NAME="main" npm run test-client
TEST_NAME="main" npm run test-client
TEST_NAME="files" npm run test-client

0 comments on commit c2c9d94

Please sign in to comment.