Skip to content

Commit

Permalink
Get tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Backer authored and Marten Schilstra committed Jul 30, 2018
1 parent 5dca303 commit 72a0c7c
Show file tree
Hide file tree
Showing 4 changed files with 10,471 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ npm-debug.log*
yarn-error.log*
testem.log
/node-tests/fixtures/simple-app/ember-service-worker.tgz
/node-tests/fixtures/simple-app/package-lock.json
/node-tests/fixtures/tmp/*

# jekyll docs
/docs/_site
Expand Down
4 changes: 3 additions & 1 deletion node-tests/service-worker-builder-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ describe('Service Worker Builder', () => {
babelrc: false,
highlightCode: false,
sourceMaps: false,
plugins: EmberCliBabel._getPresetEnvPlugins({ 'ember-cli-babel': { compileModules: false } })
presets: [
EmberCliBabel._getPresetEnvPlugins({ 'ember-cli-babel': { compileModules: false } }),
].filter(Boolean)
});
}
}
Expand Down
Loading

0 comments on commit 72a0c7c

Please sign in to comment.