Skip to content

Commit

Permalink
Fix require to import
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jan 27, 2022
1 parent 3127fd7 commit e0c009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/utils/ZapClient.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const ClientApi = require('zaproxy');
import ClientApi from 'zaproxy';
export const Mode = {
Safe: 'safe',
Protect: 'protect',
Expand Down

0 comments on commit e0c009e

Please sign in to comment.