[ci] format

This commit is contained in:
natemoo-re 2023-01-05 16:42:57 +00:00 committed by fredkbot
parent 9963c6e4d5
commit 2b6e41b1dc

View file

@ -53,7 +53,7 @@ describe('Environment Variables', () => {
it('includes public env in client-side JS', async () => {
let dirs = await fixture.readdir('/assets');
console.log(dirs)
console.log(dirs);
let found = false;
// Look in all of the .js files to see if the public env is inlined.