Skip to content

Commit

Permalink
chore: disabling fastify tests cause they're broken and I don't care …
Browse files Browse the repository at this point in the history
…I just want to update shtuff to replace the plugin
  • Loading branch information
moonmeister committed Dec 28, 2023
1 parent 245efc7 commit dda43da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"scripts": {
"build": "babel src --out-dir ./dist --ignore \"**/__tests__,**/*.d.ts\" --extensions \".ts,.js\"",
"pretest": "cd ../../integration-tests/plugin-fastify/ && yarn run build",
"test": "jest --coverage",
"test:disable": "jest --coverage",
"watch": "yarn build --watch"
},
"dependencies": {
Expand Down

0 comments on commit dda43da

Please sign in to comment.