Skip to content

Commit

Permalink
fix: test-data paths in webworker
Browse files Browse the repository at this point in the history
adding .aegir.js
  • Loading branch information
dmitriy ryajov authored and dmitriy ryajov committed Feb 12, 2017
1 parent 8b10b53 commit ab52eaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .aegir.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
'use strict'

module.exports = {
karma: {
files: [{
pattern: 'test/test-data/**/*',
watched: false,
served: true,
included: false
}]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
"greenkeeperio-bot <support@greenkeeper.io>",
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>"
]
}
}

0 comments on commit ab52eaa

Please sign in to comment.