Skip to content

Commit b5bb641

Browse files
committed
test: remove .only from core tests
1 parent 2aaef58 commit b5bb641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ test('Raw output', (t) => {
7878
return process(t, 'raw', { locals: { foo: 'bar' } })
7979
})
8080

81-
test.only('Raw output - inside condition', (t) => {
81+
test('Raw output - inside condition', (t) => {
8282
return process(t, 'raw_in_condition', { locals: { foo: 'bar' } })
8383
})
8484

0 commit comments

Comments
 (0)