Skip to content

Commit

Permalink
Merge pull request #312 from friggframework/bugfix/missing-open-depen…
Browse files Browse the repository at this point in the history
…dency

Add missing dependency for tests
  • Loading branch information
leofmds authored May 27, 2024
2 parents 7336adf + 899faec commit 3443a2a
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 2 deletions.
127 changes: 126 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-yaml": "^0.5.0",
"jest-runner-groups": "^2.2.0",
"mongodb-memory-server": "^8.9.0"
"mongodb-memory-server": "^8.9.0",
"open": "^10.1.0"
},
"devDependencies": {
"@friggframework/eslint-config": "^1.1.6",
Expand Down

0 comments on commit 3443a2a

Please sign in to comment.