We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf0696 commit a9b1103Copy full SHA for a9b1103
test/san-loader.test.ts
@@ -8,6 +8,7 @@ test('styleStore', async () => {
8
const env = {
9
resourcePath: '/mock/path',
10
_compilation: {
11
+ _templateStore: new Store() as TemplateStore,
12
_styleStore: new Store() as StyleStore
13
},
14
loadModule: () => 1
0 commit comments