Skip to content

Commit bd5ec4f

Browse files
test: update.
1 parent f4ea5de commit bd5ec4f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/test/README.md.spec.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
// Example usage.
2-
import { Testing, TestingToBeMatchers } from '../lib';
2+
import { Testing, TestingExpectToBe } from '../lib';
33
// Constant.
4-
import { TestingClass } from '../lib/constants/class.const';
5-
import { TESTING_SYMBOL_NUMBER } from '../lib/constants/symbol.const';
4+
import { TestingClass, TESTING_SYMBOL_NUMBER } from '../lib/constants';
65
/**
76
* Create `Testing` instance.
87
*/
9-
const testing = new Testing(true, true);
10-
const toBe = new TestingToBeMatchers();
8+
const testing = new Testing();
9+
const toBe = new TestingExpectToBe();
1110
/**
1211
* Tests.
1312
*/

0 commit comments

Comments
 (0)