Skip to content

Commit

Permalink
Merge pull request #2 from Pearson-Higher-Ed/phantom
Browse files Browse the repository at this point in the history
fix: Make unit testing work again by updating the polyfill for Phanto…
  • Loading branch information
aaronkaka committed May 5, 2016
2 parents fcec61d + 2d80ec0 commit 6a699f8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.DS_Store
.sass-cache/
bower_components/
node_modules/
public/
build/
demos/local/
docs/
.idea
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
test
build
examples
.travis.yml
karma.conf.js
npm_scripts
npm-debug.log
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = (config) => {

// list of files / patterns to load in the browser
files: [
'http://polyfill.webservices.ft.com/v1/polyfill.js?ua=safari/4',
'./node_modules/phantomjs-polyfill/bind-polyfill.js',
'test/*.test.js'
],

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"mocha": "^2.1.0",
"phantomjs-polyfill": "0.0.2",
"sinon": "^1.17.1",
"webpack": "^1.12.2"
},
Expand Down

0 comments on commit 6a699f8

Please sign in to comment.