Skip to content

Commit ae21f4e

Browse files
committed
chore: 🤖 remove .only from test
1 parent e9c4031 commit ae21f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ‎test/autoProcess/autoProcess.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ describe('options', () => {
165165
);
166166
});
167167

168-
it.only('should respect lang/type attributes even if another default language is set', async () => {
168+
it('should respect lang/type attributes even if another default language is set', async () => {
169169
const input = `<script lang="tomatoScript">script</script>`;
170170

171171
const opts = getAutoPreprocess({

0 commit comments

Comments
 (0)