Skip to content

Commit 465065f

Browse files
committed
test: merge tests
1 parent d1d286d commit 465065f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/vehicle.spec.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ describe('vehicle', () => {
5353

5454
describe('vin()', () => {
5555
it('returns valid vin number', () => {
56-
const vin = faker.vehicle.vin();
57-
expect(vin).match(
58-
/^([A-HJ-NPR-Z0-9]{10}[A-HJ-NPR-Z0-9]{1}[A-HJ-NPR-Z0-9]{1}\d{5})$/
59-
);
60-
});
61-
62-
it('is 17 characters long', () => {
6356
for (let step = 0; step < 300000; step++) {
6457
const vin = faker.vehicle.vin();
6558
expect(vin).match(

0 commit comments

Comments
 (0)