Skip to content

Commit c627d8a

Browse files
committed
test: Fix file checks
1 parent 69531c6 commit c627d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/index.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ describe('dist files', () => {
1313
['icon48.png', 'image/png'],
1414
['icon128.png', 'image/png'],
1515
['manifest.json', 'application/json;charset=utf-8'],
16-
['newtab.css', 'text/css', 1500, 2000],
16+
['newtab.css', 'text/css;charset=utf-8', 1500, 2000],
1717
['newtab.html', 'text/html;charset=utf-8', 150, 200],
1818
['newtab.js', 'text/javascript;charset=utf-8', 4000, 6000],
19-
['settings.css', 'text/css', 1000, 1500],
19+
['settings.css', 'text/css;charset=utf-8', 1000, 1500],
2020
['settings.html', 'text/html;charset=utf-8', 150, 200],
2121
['settings.js', 'text/javascript;charset=utf-8', 4000, 6000],
2222
['sw.js', 'text/javascript;charset=utf-8', 150, 250],

0 commit comments

Comments
 (0)