Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit 8eee882

Browse files
committed
Whoops: activate all integration tests
1 parent af3194a commit 8eee882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function filename(filePath) {
6060
return path.join(__dirname, path.normalize(filePath))
6161
}
6262

63-
it.only('integration : should display eslint warnings', async() => {
63+
it('integration : should display eslint warnings', async() => {
6464

6565
const logs = await executeAndGetLogs('./fixtures/eslint-warnings/webpack.config.js');
6666

0 commit comments

Comments
 (0)