Skip to content

Commit

Permalink
Add jquery as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
harryadel committed Jun 18, 2024
1 parent 52e42c6 commit bef19ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Package.onTest(function (api) {
'ddp',
'tinytest',
'test-helpers',
'ecmascript'
'ecmascript',
'jquery'
])

api.mainModule('tests/client/main.js', 'client')
Expand Down

0 comments on commit bef19ee

Please sign in to comment.