File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import path, { dirname } from 'path';
2
2
import fs from 'fs' ;
3
3
import playwright from 'playwright' ;
4
4
import { fileURLToPath } from 'url' ;
5
+ import { assert , expect } from 'chai' ;
5
6
import TestHelper from '../support/TestHelper.js' ;
6
7
import Playwright from '../../lib/helper/Playwright.js' ;
7
8
import AssertionFailedError from '../../lib/assert/error.js' ;
@@ -10,12 +11,6 @@ import FileSystem from '../../lib/helper/FileSystem.js';
10
11
import { deleteDir , submittedData } from '../../lib/utils.js' ;
11
12
import Secret from '../../lib/secret.js' ;
12
13
13
- let assert ;
14
- let expect ;
15
- import ( 'chai' ) . then ( chai => {
16
- assert = chai . assert ;
17
- expect = chai . expect ;
18
- } ) ;
19
14
global . codeceptjs = '../../lib' ;
20
15
21
16
const __dirname = dirname ( fileURLToPath ( import . meta. url ) ) ;
You can’t perform that action at this time.
0 commit comments