Skip to content

Commit cf204a3

Browse files
test: activate tests
1 parent d9ecdc7 commit cf204a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/validation-error.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ValidationError } from '../lib/validation-error.class';
55
/**
66
* Initialize `Testing`.
77
*/
8-
const testing = new Testing(false, true);
8+
const testing = new Testing(true, true);
99
const toBe = new TestingToBeMatchers();
1010
/**
1111
* Tests.

0 commit comments

Comments
 (0)