Skip to content

Commit

Permalink
Remove duplicated renderSass tests
Browse files Browse the repository at this point in the history
See ./src/govuk/components/all.test.js
  • Loading branch information
colinrotherham committed Sep 20, 2022
1 parent dc76549 commit f3146cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"build:dist": "gulp build:dist --destination 'dist' && npm run test:build:dist",
"pretest": "npm run build:assets",
"test": "jest --color --ignoreProjects \"Gulp tasks\" --maxWorkers=50%",
"test:build:assets": "npx jest --selectProjects \"Gulp tasks\" --testMatch \"**/*components*\"",
"test:build:package": "npx jest --selectProjects \"Gulp tasks\" --testMatch \"**/*build-package*\"",
"test:build:dist": "npx jest --selectProjects \"Gulp tasks\" --testMatch \"**/*build-dist*\"",
"lint": "npm run lint:js && npm run lint:scss",
Expand Down
24 changes: 0 additions & 24 deletions tasks/gulp/__tests__/check-individual-components-compile.test.js

This file was deleted.

0 comments on commit f3146cd

Please sign in to comment.