Skip to content

Commit

Permalink
feat: project level testing + add fp-ts and sandbox as deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBastin committed Sep 24, 2021
1 parent d2865c6 commit 166f9e8
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"generate": "pnpm -r do-build-prod",
"start": "pnpm -r do-prod-start",
"lintfix": "pnpm -r do-lintfix",
"pre-commit": "pnpm -r do-lintfix"
"pre-commit": "pnpm -r do-lintfix",
"test": "pnpm -r do-test"
},
"workspaces": [
"./packages/*"
Expand Down
5 changes: 4 additions & 1 deletion packages/hoppscotch-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
"do-dev": "pnpm run dev",
"do-build-prod": "pnpm run generate",
"do-prod-start": "pnpm run start",
"do-lintfix": "pnpm run lint"
"do-lintfix": "pnpm run lint",
"do-test": "pnpm run test"
},
"dependencies": {
"@apollo/client": "^3.4.12",
"@hoppscotch/js-sandbox": "workspace:^0.3.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.29.0",
"@nuxtjs/gtm": "^2.4.0",
Expand All @@ -41,6 +43,7 @@
"core-js": "^3.17.3",
"esprima": "^4.0.1",
"firebase": "^9.0.2",
"fp-ts": "^2.11.3",
"fuse.js": "^6.4.6",
"graphql": "^15.5.3",
"graphql-language-service-interface": "^2.8.4",
Expand Down
Loading

0 comments on commit 166f9e8

Please sign in to comment.