Final fixes, all tests running
This commit is contained in:
@ -6,5 +6,5 @@ test('cloneRegExp is a Function', () => {
|
||||
});
|
||||
const rgTest = /./g;
|
||||
test('Clones regular expressions properly', () => {
|
||||
expect(cloneRegExp(rgTest).not.toEqual(rgTest);
|
||||
expect(cloneRegExp(rgTest)).not.toBe(rgTest);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user