Skip to content

Commit

Permalink
refactor: removed sinon.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Aug 21, 2021
1 parent f524a52 commit c6e34ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"globals": [
"expect",
"assert",
"chai",
"sinon"
"chai"
],
"ignore": [
"/dist/",
Expand Down Expand Up @@ -97,7 +96,6 @@
"rollup-plugin-terser": "7.0.2",
"semver": "7.3.5",
"serve-index": "1.9.1",
"sinon": "10.0.0",
"standard": "16.0.3",
"standard-version": "9.3.1",
"typescript": "4.3.5",
Expand Down
3 changes: 2 additions & 1 deletion test/fetch/browser/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<!--
Expand All @@ -12,7 +13,6 @@
<body>
<div id="mocha"></div>

<script src="../../../node_modules/sinon/pkg/sinon.js"></script>
<script src="../../../node_modules/chai/chai.js"></script>
<script src="../../../node_modules/mocha/mocha.js"></script>

Expand All @@ -31,4 +31,5 @@
mocha.run();
</script>
</body>

</html>
3 changes: 2 additions & 1 deletion test/fetch/whatwg/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<!--
Expand All @@ -12,7 +13,6 @@
<body>
<div id="mocha"></div>

<script src="../../../node_modules/sinon/pkg/sinon.js"></script>
<script src="../../../node_modules/chai/chai.js"></script>
<script src="../../../node_modules/mocha/mocha.js"></script>

Expand All @@ -31,4 +31,5 @@
mocha.run();
</script>
</body>

</html>

0 comments on commit c6e34ea

Please sign in to comment.