Skip to content

Commit

Permalink
get rid of mocha invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellabitta committed Jan 21, 2025
1 parent bd85e60 commit 0cdbd08
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 @@ -12,7 +12,7 @@
"docker:run": "docker run -p 3000:3000 -d --name dpla-frontend dpla-frontend:latest",
"docker:logs": "docker logs -f dpla-frontend",
"analyze": "yarn && ANALYZE=true yarn build",
"test": "mocha",
"test": "",
"lint": "next lint",
"cy:fixtures": "node cypress/restFixtures.js",
"cy:open": "./node_modules/.bin/cypress open",
Expand Down

0 comments on commit 0cdbd08

Please sign in to comment.