This commit is contained in:
Adam Bradley
2015-03-25 13:19:21 -05:00
parent 88784e0804
commit afb545120e
45 changed files with 234 additions and 81 deletions

View File

@@ -8,7 +8,7 @@ exports.config = {
// Spec patterns are relative to the location of the spec file. They may
// include glob patterns.
specs: [
path.resolve(projectRoot, 'dist/examples/**/*.scenario.js'),
path.resolve(projectRoot, 'dist/e2e/**/e2e.js'),
],
// Options to be passed to Jasmine-node.