Skip to content

Commit

Permalink
Removed --updateSnapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jan 5, 2021
1 parent f7841c6 commit 27e7cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"demo:start": "npm run build && cd demo && npm run start",
"demo:build-and-serve": "npm run build && cd demo && npm run build && npm run serve",
"demo:init": "rm -rf demo && npx @docusaurus/init@next init demo classic",
"test": "jest --colors --silent --updateSnapshot",
"test": "jest --colors --silent",
"build-and-test": "npm run build && npm run test"
},
"author": "Thomas Grey",
Expand Down

0 comments on commit 27e7cb7

Please sign in to comment.