Skip to content

Commit cf4bcdb

Browse files
committed
test: change test registries
1 parent 652f4da commit cf4bcdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/js/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const app = createApp([{
1010
{ host: 'localhost', port: 3002 },
1111
],
1212
firewall: {
13-
registry: 'https://registry.npmmirror.com',
13+
registry: 'https://registry.npmjs.org',
1414
base: '/registry',
1515
rules: [
1616
{
@@ -23,7 +23,7 @@ const app = createApp([{
2323
}, {
2424
server: { port: 3003 },
2525
firewall: {
26-
registry: 'https://registry.npmmirror.com',
26+
registry: 'https://registry.yarnpkg.com',
2727
rules: { policy: 'deny', name: '*' }
2828
}
2929
}])

0 commit comments

Comments
 (0)