starting to split options by type
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
import test from 'ava';
|
||||
import { PathType } from '../lib/Types/PathType';
|
||||
import { PathType } from '../lib/TypeValidation/PathType';
|
||||
|
||||
test ('no file', async (t) => {
|
||||
const validator = new PathType ('file');
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
import test from 'ava';
|
||||
import { TypeValidation } from '../lib/Types/TypeValidation';
|
||||
import { TypeValidation } from '../lib/TypeValidation/TypeValidation';
|
||||
|
||||
test ('string', async (t) => {
|
||||
const validator = new TypeValidation ('string');
|
||||
|
Reference in New Issue
Block a user