Skip to content

Commit

Permalink
aaaaaaand playwright tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jun 26, 2023
1 parent edbc6f7 commit 1df468c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/fixtures/docsify-init-fixture.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import base from '@playwright/test';
import { test as _test, expect as _expect } from '@playwright/test';

export const test = base.test.extend({
export const test = _test.extend({
page: async ({ page }, use) => {
global.page = page;

Expand All @@ -14,4 +14,4 @@ export const test = base.test.extend({
},
});

export const expect = base.expect;
export const expect = _expect;

0 comments on commit 1df468c

Please sign in to comment.