Skip to content

Commit

Permalink
Merge pull request #178 from manueltimita/feature/update-tests
Browse files Browse the repository at this point in the history
Fixed tests dependencies
  • Loading branch information
StorytellerCZ authored Feb 28, 2024
2 parents 63f1fc1 + d074fcc commit 1684c6a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 20 deletions.
46 changes: 28 additions & 18 deletions .npm/package/npm-shrinkwrap.json

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

5 changes: 3 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,16 @@ Package.onUse((api) => {
Package.onTest((api) => {
Npm.depends({
'lodash.isequal': '4.5.0',
chai: '5.0.0'
'chai-as-promised': '7.1.1',
chai: '4.3.10'
})
api.use([
'ecmascript',
'modules',
'mongo'
], ['client', 'server'])
api.use([
'meteortesting:mocha-core@8.2.0-beta300.0'
'meteortesting:mocha@3.0.3-beta300.0'
], 'client')
api.use([
'reywood:publish-composite',
Expand Down

0 comments on commit 1684c6a

Please sign in to comment.