mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(web): fix syntax of test files (#4949)
This commit is contained in:
parent
0cee514d8a
commit
b2339e2c16
4 changed files with 11 additions and 3 deletions
5
.changeset/cyan-snakes-kiss.md
Normal file
5
.changeset/cyan-snakes-kiss.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@verdaccio/web': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
chore(web): fix syntax of test files
|
3
packages/web/test/static/runtime.js
Normal file
3
packages/web/test/static/runtime.js
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
runtime: '';
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
'vendors': '';
|
|
||||||
}
|
|
3
packages/web/test/static/vendors.js
Normal file
3
packages/web/test/static/vendors.js
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
vendors: '';
|
||||||
|
}
|
Loading…
Reference in a new issue