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 fe1c8d3 commit cc5305dCopy full SHA for cc5305d
examples/module/test/basic.test.ts
@@ -13,7 +13,6 @@ describe('ssr', async () => {
13
expect(html).toContain('<div>basic <span>original value</span></div>')
14
})
15
16
-
17
it('changes runtime config and restarts', async () => {
18
const restoreConfig = await setRuntimeConfig({ public: { myValue: 'overwritten by test!' } })
19
0 commit comments