Skip to content

Commit

Permalink
fix: update integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
GiveMe-A-Name committed Apr 17, 2023
1 parent c8632d3 commit 419f647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/asset-prefix/test/index.test.ts
Expand Up @@ -3,7 +3,7 @@ import { readFileSync } from 'fs';
import { Page } from 'puppeteer';
import { launchApp, killApp } from '../../../utils/modernTestUtils';

const DEFAULT_DEV_HOST = '127.0.0.1';
const DEFAULT_DEV_HOST = 'localhost';
declare const page: Page;

const fixtures = path.resolve(__dirname, '../fixtures');
Expand Down

0 comments on commit 419f647

Please sign in to comment.