Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Oct 11, 2023
1 parent b74dd59 commit 679d2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"test": "jest --coverage --selectProjects=test",
"test:integration": "jest --selectProjects=integration --verbose --useStderr",
"test:integration": "jest --selectProjects=integration --verbose --useStderr --runInBand",
"test:terra": "jest --selectProjects=terra",
"test:terra-core": "jest --selectProjects=terra-core",
"test:cxx-parser": "jest --selectProjects=cxx-parser",
Expand Down

0 comments on commit 679d2a3

Please sign in to comment.