We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aaef58 commit b5bb641Copy full SHA for b5bb641
test/test-core.js
@@ -78,7 +78,7 @@ test('Raw output', (t) => {
78
return process(t, 'raw', { locals: { foo: 'bar' } })
79
})
80
81
-test.only('Raw output - inside condition', (t) => {
+test('Raw output - inside condition', (t) => {
82
return process(t, 'raw_in_condition', { locals: { foo: 'bar' } })
83
84
0 commit comments