Skip to content

Commit

Permalink
Add es6-shim to test.
Browse files Browse the repository at this point in the history
Ideally, this shouldn't be the case. The test code should be the
one importing this, and Qunit and other stuff. That's for later.
  • Loading branch information
fskreuz committed Dec 2, 2016
1 parent 843ae62 commit 1a19e88
Show file tree
Hide file tree
Showing 3 changed files with 3,779 additions and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Expand Up @@ -12,6 +12,7 @@ module.exports = function (config) {

// list of files / patterns to load in the browser
files: [
'test/es6-shim.js',
'ractive.js',
'test/qunit-html.js',
'test/simulant.js',
Expand Down

0 comments on commit 1a19e88

Please sign in to comment.