Skip to content

Commit a9b1103

Browse files
committed
fix: san-loader test
1 parent 4cf0696 commit a9b1103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/san-loader.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ test('styleStore', async () => {
88
const env = {
99
resourcePath: '/mock/path',
1010
_compilation: {
11+
_templateStore: new Store() as TemplateStore,
1112
_styleStore: new Store() as StyleStore
1213
},
1314
loadModule: () => 1

0 commit comments

Comments
 (0)