Skip to content

Commit fe16794

Browse files
committed
tests fix
1 parent ca0eba2 commit fe16794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/adapter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ describe('The adapter', () => {
397397
});
398398
});
399399

400-
it.only(`${meta} should attach`, () => {
400+
it(`${meta} should attach`, () => {
401401
let appRoot = context.getAppPath('JsApp');
402402

403403
let scenario = new Scenario(dc);

0 commit comments

Comments
 (0)