We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0db81 commit 4448762Copy full SHA for 4448762
1 file changed
tinymce-angular-component/src/test/ts/alien/TestHooks.ts
@@ -12,7 +12,7 @@ import type { Editor } from 'tinymce';
12
import { Attribute, SugarElement } from '@ephox/sugar';
13
14
export const fixtureHook = <T = unknown>(component: Type<T>, moduleDef: TestModuleMetadata) => {
15
- before(async () => {
+ beforeEach(async () => {
16
await TestBed.configureTestingModule(moduleDef).compileComponents();
17
});
18
0 commit comments