文件名称:typeorm-fixtures:https的夹具助手
文件大小:37KB
文件格式:ZIP
更新时间:2024-06-06 02:37:54
TypeScript
我们为什么需要它? 通常,我们必须在运行测试之前将数据加载到数据库中。 该库有助于轻松解决此问题。 用法示例: 1.创建夹具创建者(每个项目仅一次) import { fixtureCreator , many , one } from "typeorm-fixtures" ; import { Role } from "../.." ; // this is typeorm Entity import { Project } from "../.." ; // this is typeorm Entity import { User } from "../.." ; // this is typeorm Entity // NOTICE: not arrow function here! export const createUsersFixture = fixtureCreato
【文件预览】:
typeorm-fixtures-master
----.gitignore(35B)
----package.json(1KB)
----tslint.json(694B)
----package-lock.json(111KB)
----src()
--------index.ts(100B)
--------TypeormFixtures.ts(5KB)
--------getRelation.ts(1KB)
--------fixtureCreator.ts(675B)
----.travis.yml(1KB)
----CONTRIBUTING.md(2KB)
----LICENSE(1KB)
----tsconfig.json(394B)
----README.md(3KB)
----CONTRIBUTING.ru.md(3KB)
----.npmignore(90B)