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 cf29587 commit 238d25eCopy full SHA for 238d25e
src/StimulusBundle/assets/test/loader.test.ts
@@ -54,5 +54,7 @@ describe('loader', () => {
54
// wait a moment for the MutationObserver to fire
55
await new Promise(resolve => setTimeout(resolve, 10));
56
expect(isController3Initialized).toBe(true);
57
+
58
+ application.stop();
59
});
60
0 commit comments