Skip to content

Commit

Permalink
update browser exposure
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Jun 25, 2024
1 parent 25b4ea4 commit 0459e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/browser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Test browser Parser in the node env', function() {
beforeAll(async function() {
const __dirname = url.fileURLToPath(new URL('.', import.meta.url));
const htmlPath = path.resolve(__dirname, 'sample-page.html');
const parserScript = path.resolve(__dirname, '../../browser_new/index.js');
const parserScript = path.resolve(__dirname, '../../browser/index.js');

console.info('start server');
server = http.createServer((req, res) => {
Expand Down

0 comments on commit 0459e6d

Please sign in to comment.