Skip to content

Commit 91e3958

Browse files
committed
removed exclusive test
1 parent cdbc929 commit 91e3958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/appsec/iast.esm.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const path = require('path')
55
const Axios = require('axios')
66
const { assert } = require('chai')
77

8-
describe.only('ESM', () => {
8+
describe('ESM', () => {
99
let axios, cwd, appFile, agent, proc
1010

1111
useSandbox(['express'])

0 commit comments

Comments
 (0)