Skip to content

Commit c6e34ea

Browse files
committed
refactor: removed sinon.js
1 parent f524a52 commit c6e34ea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"globals": [
2525
"expect",
2626
"assert",
27-
"chai",
28-
"sinon"
27+
"chai"
2928
],
3029
"ignore": [
3130
"/dist/",
@@ -97,7 +96,6 @@
9796
"rollup-plugin-terser": "7.0.2",
9897
"semver": "7.3.5",
9998
"serve-index": "1.9.1",
100-
"sinon": "10.0.0",
10199
"standard": "16.0.3",
102100
"standard-version": "9.3.1",
103101
"typescript": "4.3.5",

test/fetch/browser/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html>
3+
34
<head>
45
<meta charset="utf-8">
56
<!--
@@ -12,7 +13,6 @@
1213
<body>
1314
<div id="mocha"></div>
1415

15-
<script src="../../../node_modules/sinon/pkg/sinon.js"></script>
1616
<script src="../../../node_modules/chai/chai.js"></script>
1717
<script src="../../../node_modules/mocha/mocha.js"></script>
1818

@@ -31,4 +31,5 @@
3131
mocha.run();
3232
</script>
3333
</body>
34+
3435
</html>

test/fetch/whatwg/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html>
3+
34
<head>
45
<meta charset="utf-8">
56
<!--
@@ -12,7 +13,6 @@
1213
<body>
1314
<div id="mocha"></div>
1415

15-
<script src="../../../node_modules/sinon/pkg/sinon.js"></script>
1616
<script src="../../../node_modules/chai/chai.js"></script>
1717
<script src="../../../node_modules/mocha/mocha.js"></script>
1818

@@ -31,4 +31,5 @@
3131
mocha.run();
3232
</script>
3333
</body>
34+
3435
</html>

0 commit comments

Comments
 (0)