Skip to content

Commit

Permalink
✅ Update package.json to have the tests running in CodeSandbox (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Nov 3, 2019
1 parent 0c965e6 commit c2b95ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 5 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
"test:model": "jest --testPathPattern model-based-testing",
"test:tree": "jest --testPathPattern binary-trees"
},
"dependencies": {
"fast-check": "*"
},
"devDependencies": {
"@types/jest": "^24.0.21",
"fast-check": "*",
"jest": "^24.9.0",
"ts-jest": "^24.1.0"
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
},
"author": "Nicolas DUBIEN <github@dubien.org>",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3375,6 +3375,11 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"

typescript@^3.6.4:
version "3.6.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==

uglify-js@^3.1.4:
version "3.6.7"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.7.tgz#15f49211df6b8a01ee91322bbe46fa33223175dc"
Expand Down

0 comments on commit c2b95ea

Please sign in to comment.