Skip to content

Commit

Permalink
update test:watch, re-order a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Jan 8, 2024
1 parent 4f13505 commit 49f65aa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
"lint": "next lint",
"plop": "plop",
"postinstall": "husky install",
"typedoc": "typedoc",
"typedoc:serve": "http-server typedocs -p 8002",
"test": "yarn build:env-loader && APP_ENV=test node ./scripts/yarn/test.js",
"test:ci": "yarn build:env-loader && APP_ENV=test node ./scripts/yarn/test:ci.js",
"test:coverage": "yarn build:env-loader && APP_ENV=test node ./scripts/yarn/test:coverage.js",
"test:playwright": "playwright test --project=main",
"test:playwright:interactive": "playwright test --ui",
"test:playwright:a11y": "playwright test --project=a11y",
"test:debug": "yarn build:env-loader && APP_ENV=test node ./scripts/yarn/test:debug.js",
"test:watch": "yarn test -- --watch",
"test:examples": "APP_ENV=test jest --rootDir ./example_tests --config ./example_tests/jest.config.js",
"test:example": "APP_ENV=test yarn test:examples example_tests/${1}/",
"test:debug": "yarn build:env-loader && APP_ENV=test node ./scripts/yarn/test:debug.js",
"test:format": "APP_ENV=test prettier --check .",
"test:playwright": "playwright test --project=main",
"test:playwright:interactive": "playwright test --ui",
"test:playwright:a11y": "playwright test --project=a11y",
"test:types": "yarn build:env-loader && APP_ENV=test tsc --noEmit",
"test:watch": "yarn build:env-loader && APP_ENV=test node ./scripts/yarn/test:watch.js",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build -o out/storybook-static --quiet"
"storybook:build": "storybook build -o out/storybook-static --quiet",
"typedoc": "typedoc",
"typedoc:serve": "http-server typedocs -p 8002"
},
"dependencies": {
"@department-of-veterans-affairs/component-library": "^31.0.0",
Expand Down

0 comments on commit 49f65aa

Please sign in to comment.