Skip to content

Commit

Permalink
chore: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 31, 2022
1 parent ff4f1fd commit 1b49c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/modules/server-compiler/compiler-options.spec.ts
@@ -1,4 +1,4 @@
import { ssrCompile } from 'web/server/compiler'
import { ssrCompile } from 'server/compiler'

describe('ssrCompile options', () => {
it('comments', () => {
Expand Down

0 comments on commit 1b49c75

Please sign in to comment.