Skip to content

Commit 1684c6a

Browse files
Merge pull request #178 from manueltimita/feature/update-tests
Fixed tests dependencies
2 parents 63f1fc1 + d074fcc commit 1684c6a

File tree

2 files changed

+31
-20
lines changed

2 files changed

+31
-20
lines changed

.npm/package/npm-shrinkwrap.json

Lines changed: 28 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,16 @@ Package.onUse((api) => {
3737
Package.onTest((api) => {
3838
Npm.depends({
3939
'lodash.isequal': '4.5.0',
40-
chai: '5.0.0'
40+
'chai-as-promised': '7.1.1',
41+
chai: '4.3.10'
4142
})
4243
api.use([
4344
'ecmascript',
4445
'modules',
4546
'mongo'
4647
], ['client', 'server'])
4748
api.use([
48-
'meteortesting:mocha[email protected]-beta300.0'
49+
'meteortesting:mocha@3.0.3-beta300.0'
4950
], 'client')
5051
api.use([
5152
'reywood:publish-composite',

0 commit comments

Comments
 (0)