Skip to content

Commit

Permalink
Merge pull request #1773 from snyk/chore/normalise-package-json
Browse files Browse the repository at this point in the history
chore: format package json to what npm prefers
  • Loading branch information
Jahed Ahmed authored Mar 26, 2021
2 parents b637eb8 + c37849f commit 3cd8db0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"test:acceptance": "tap test/acceptance/**/*.test.* test/acceptance/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register",
"test:acceptance-windows": "tap test/acceptance/**/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register",
"test:system": "tap test/system/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register",
"test:jest": "jest --runInBand \"\/test\/[^/]+\\.spec\\.ts\"",
"test:jest-unit": "jest --runInBand \"\/test\/jest\/unit\/((.+)\/)*[^/]+\\.spec\\.ts\"",
"test:jest-system": "jest --runInBand \"\/test\/jest\/system\/((.+)\/)*[^/]+\\.spec\\.ts\"",
"test:jest-acceptance": "jest --runInBand \"\/test\/jest\/acceptance\/((.+)\/)*[^/]+\\.spec\\.ts\"",
"test:packages-unit": "jest \"\/packages\/(.+)\/test\/unit\/((.+)\/)*[^/]+\\.spec\\.ts\"",
"test:packages-acceptance": "jest \"\/packages\/(.+)\/test\/acceptance\/((.+)\/)*[^/]+\\.spec\\.ts\"",
"test:jest": "jest --runInBand \"/test/[^/]+\\.spec\\.ts\"",
"test:jest-unit": "jest --runInBand \"/test/jest/unit/((.+)/)*[^/]+\\.spec\\.ts\"",
"test:jest-system": "jest --runInBand \"/test/jest/system/((.+)/)*[^/]+\\.spec\\.ts\"",
"test:jest-acceptance": "jest --runInBand \"/test/jest/acceptance/((.+)/)*[^/]+\\.spec\\.ts\"",
"test:packages-unit": "jest \"/packages/(.+)/test/unit/((.+)/)*[^/]+\\.spec\\.ts\"",
"test:packages-acceptance": "jest \"/packages/(.+)/test/acceptance/((.+)/)*[^/]+\\.spec\\.ts\"",
"test:test": "tap test/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register",
"test:smoke": "./scripts/run-smoke-tests-locally.sh",
"test": "npm run test:acceptance && npm run test:system && npm run test:test && npm run test:jest && test:packages-unit && test:packages-acceptance",
Expand Down

0 comments on commit 3cd8db0

Please sign in to comment.