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 f4ea5de commit bd5ec4fCopy full SHA for bd5ec4f
1 file changed
src/test/README.md.spec.ts
@@ -1,13 +1,12 @@
1
// Example usage.
2
-import { Testing, TestingToBeMatchers } from '../lib';
+import { Testing, TestingExpectToBe } from '../lib';
3
// Constant.
4
-import { TestingClass } from '../lib/constants/class.const';
5
-import { TESTING_SYMBOL_NUMBER } from '../lib/constants/symbol.const';
+import { TestingClass, TESTING_SYMBOL_NUMBER } from '../lib/constants';
6
/**
7
* Create `Testing` instance.
8
*/
9
-const testing = new Testing(true, true);
10
-const toBe = new TestingToBeMatchers();
+const testing = new Testing();
+const toBe = new TestingExpectToBe();
11
12
* Tests.
13
0 commit comments