We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb5c45 commit 922a111Copy full SHA for 922a111
test/unit/modules/server-compiler/compiler-options.spec.js
@@ -1,7 +1,7 @@
1
import { ssrCompile } from 'web/server/compiler'
2
3
describe('ssrCompile options', () => {
4
- it('comments', done => {
+ it('comments', () => {
5
const compiled = ssrCompile(`
6
<div>
7
<!-- test comments -->
0 commit comments