Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli authored Oct 2, 2023
1 parent c30a76f commit a409897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:cmd": "jest --passWithNoTests --runInBand --verbose --forceExit",
"test:unit": "yarn test:cmd -- ./src/__tests__/unit/**/*.spec.ts",
"test:e2e:p1": "yarn test:cmd -- ./src/__tests__/e2e/p1/*.spec.ts",
"test:e2e:p2": "yarn test:cmd -- ./src/__tests__/e2e/p2/codegen*.spec.ts",
"test:e2e:p2": "yarn test:cmd -- ./src/__tests__/e2e/p2/*.spec.ts",
"test:rust": "yarn test:cmd -- --config ./jest.rs.config.js",
"test:golang": "yarn test:cmd -- --config ./jest.go.config.js",
"test:typescript": "yarn test:cmd -- --config ./jest.ts.config.js",
Expand Down

0 comments on commit a409897

Please sign in to comment.