Skip to content

Commit

Permalink
[NO-ISSUE] test: start adding integration tests for our use cases (#10)
Browse files Browse the repository at this point in the history
* refactor: adapt/update js client

* chore: update justfile

* ci: adapt JS client lib's CI

* test: start adding integration tests for our use cases

* ci: fix actions/setup-node usage for pnpm

* ci: update actions + install pnpm

* ci: remove cache on actions/setup-node as it's pretty fast

* test: add more tests to integration tests

* refactor: rename file + adapt requirements' tests
  • Loading branch information
GuillaumeDecMeetsMore authored Jul 25, 2024
1 parent 4d0eed0 commit 50d45db
Show file tree
Hide file tree
Showing 4 changed files with 556 additions and 1 deletion.
1 change: 1 addition & 0 deletions scheduler/clients/javascript/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
store-dir=~/.pnpm-store
1 change: 1 addition & 0 deletions scheduler/clients/javascript/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ module.exports = {
preset: "ts-jest",
testEnvironment: "node",
bail: true,
testMatch: ["**/*.spec*"],
};
2 changes: 1 addition & 1 deletion scheduler/clients/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "tsc --p ./tsconfig.release.json",
"deploy": "pnpm run build && pnpm publish --no-git-checks",
"test": "jest tests/ -i --verbose"
"test": "jest -i --verbose"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 50d45db

Please sign in to comment.