Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass committed Aug 31, 2023
1 parent 4c0c62b commit 3c2b58e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/envConfig.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ describe('envConfig', () => {
plugins: [envConfig()],
});
const indexHtml = await readFile(path.join(FIXTURES_PATH, 'dist/index.html'));

// then
expect(indexHtml.toString()).toContain('<script src="/base/env-config.js"></script>');
});
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down

0 comments on commit 3c2b58e

Please sign in to comment.