finnnneeeee

This commit is contained in:
Hayden 2023-02-25 17:37:31 -09:00
parent 56e732dd94
commit 66baf36636
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -1,4 +1,3 @@
import fs from "fs";
import { faker } from "@faker-js/faker";
import { beforeAll, describe, expect, test } from "vitest";
import { UserClient } from "../../user";
@ -9,8 +8,7 @@ type ImportObj = {
[`HB.location`]: string;
[`HB.labels`]: string;
[`HB.quantity`]: number;
[`HB.name`]: string;
[`HB.description`]: string;
[`HB.name`]: string; [`HB.description`]: string;
[`HB.insured`]: boolean;
[`HB.serial_number`]: string;
[`HB.model_number`]: string;