Skip to content

Commit 922a111

Browse files
committed
test: remove done
1 parent fdb5c45 commit 922a111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/modules/server-compiler/compiler-options.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ssrCompile } from 'web/server/compiler'
22

33
describe('ssrCompile options', () => {
4-
it('comments', done => {
4+
it('comments', () => {
55
const compiled = ssrCompile(`
66
<div>
77
<!-- test comments -->

0 commit comments

Comments
 (0)