Browse Source

chore: fix unit test

Evan You 4 years ago
parent
commit
1b49c75e2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/modules/server-compiler/compiler-options.spec.ts

+ 1 - 1
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', () => {