Skip to content

Commit

Permalink
Revert "(broken) Update karma-qunit"
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 10, 2018
1 parent 9e6c5b2 commit 207d113
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 29 deletions.
4 changes: 2 additions & 2 deletions js/tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<script src="../../assets/js/vendor/popper.min.js"></script>

<!-- QUnit -->
<link rel="stylesheet" href="../../node_modules/qunit/qunit/qunit.css" media="screen">
<script src="../../node_modules/qunit/qunit/qunit.js"></script>
<link rel="stylesheet" href="../../node_modules/qunitjs/qunit/qunit.css" media="screen">
<script src="../../node_modules/qunitjs/qunit/qunit.js"></script>

<!-- Sinon -->
<script src="../../node_modules/sinon/pkg/sinon-no-sourcemaps.js"></script>
Expand Down
150 changes: 125 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-detect-browsers": "^2.3.2",
"karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^2.0.1",
"karma-qunit": "^1.2.1",
"karma-sinon": "^1.0.5",
"node-sass": "^4.8.3",
"nodemon": "^1.17.3",
"npm-run-all": "^4.1.2",
"popper.js": "^1.14.3",
"postcss-cli": "^5.0.0",
"qunit": "^2.6.0",
"qunitjs": "^2.4.1",
"rollup": "^0.57.1",
"rollup-plugin-babel": "4.0.0-beta.2",
"rollup-plugin-node-resolve": "^3.3.0",
Expand Down

0 comments on commit 207d113

Please sign in to comment.