[ci] format
This commit is contained in:
parent
9963c6e4d5
commit
2b6e41b1dc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ describe('Environment Variables', () => {
|
||||||
|
|
||||||
it('includes public env in client-side JS', async () => {
|
it('includes public env in client-side JS', async () => {
|
||||||
let dirs = await fixture.readdir('/assets');
|
let dirs = await fixture.readdir('/assets');
|
||||||
console.log(dirs)
|
console.log(dirs);
|
||||||
let found = false;
|
let found = false;
|
||||||
|
|
||||||
// Look in all of the .js files to see if the public env is inlined.
|
// Look in all of the .js files to see if the public env is inlined.
|
||||||
|
|
Loading…
Add table
Reference in a new issue