Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6e34ea

Browse files
committed
refactor: removed sinon.js
1 parentf524a52 commitc6e34ea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎package.json‎

Lines changed: 1 addition & 3 deletions
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‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html>
3+
34
<head>
45
<metacharset="utf-8">
56
<!--
@@ -12,7 +13,6 @@
1213
<body>
1314
<divid="mocha"></div>
1415

15-
<scriptsrc="../../../node_modules/sinon/pkg/sinon.js"></script>
1616
<scriptsrc="../../../node_modules/chai/chai.js"></script>
1717
<scriptsrc="../../../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‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html>
3+
34
<head>
45
<metacharset="utf-8">
56
<!--
@@ -12,7 +13,6 @@
1213
<body>
1314
<divid="mocha"></div>
1415

15-
<scriptsrc="../../../node_modules/sinon/pkg/sinon.js"></script>
1616
<scriptsrc="../../../node_modules/chai/chai.js"></script>
1717
<scriptsrc="../../../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)

[8]ページ先頭

©2009-2025 Movatter.jp