Fixed path event, renamed testCondition to logicTest & fixed some tests
This commit is contained in:
9
tests/search.spec.ts
Normal file
9
tests/search.spec.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import {logicTest} from '../src';
|
||||
|
||||
describe('Search Utilities', () => {
|
||||
describe('testCondition', () => {
|
||||
test('=', () => {
|
||||
expect(logicTest(''))
|
||||
});
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user