Skip to content

Commit

Permalink
test: remove done
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Dec 12, 2018
1 parent fdb5c45 commit 922a111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/modules/server-compiler/compiler-options.spec.js
@@ -1,7 +1,7 @@
import { ssrCompile } from 'web/server/compiler'

describe('ssrCompile options', () => {
it('comments', done => {
it('comments', () => {
const compiled = ssrCompile(`
<div>
<!-- test comments -->
Expand Down

0 comments on commit 922a111

Please sign in to comment.