Skip to content

Commit 43a70d1

Browse files
author
kingdaro
committed
remove .only
1 parent c1b966c commit 43a70d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/tests/errors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe('Errors', () => {
115115
});
116116
});
117117

118-
it.only('should not error with interpolation at start, followed by semicolon #22', () => {
118+
it('should not error with interpolation at start, followed by semicolon #22', () => {
119119
const server = createServer();
120120

121121
const lines = [

0 commit comments

Comments
 (0)