mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-05 09:10:26 +00:00
finnnneeeee
This commit is contained in:
parent
56e732dd94
commit
66baf36636
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue