Skip to content

Commit e2e1d22

Browse files
refactor(Testing): import jasmine
1 parent bd4082b commit e2e1d22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/testing.class.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { TestingIt } from './testing-it.class';
44
import { TestingTests } from './testing-tests.class';
55
// Interface.
66
import { ExecutableTests } from '../interface/executable-tests.interface';
7+
// Jasmine.
8+
import {} from 'jasmine';
79
/**
810
* Simple `class` to support testing.
911
*/

0 commit comments

Comments
 (0)