Skip to content

Commit

Permalink
test: fix failing enum tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rfermann committed Apr 17, 2021
1 parent 050472d commit a8e5141
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Handlers/EnumHandler/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ describe("EnumHandler", () => {
basePath: `${process.cwd()}/fixtures/enumHandler/fixtures/output1`,
paths: {
enums: "./enum",
inputTypes: "",
model: "model",
shared: "",
},
prismaClientImportPath: `${process.cwd()}/node_modules/@prisma/client`,
};
Expand Down Expand Up @@ -60,7 +62,9 @@ describe("EnumHandler", () => {
basePath: `${process.cwd()}/fixtures/enumHandler/fixtures/output2`,
paths: {
enums: "./enum",
inputTypes: "",
model: "model",
shared: "",
},
prismaClientImportPath: "",
};
Expand Down Expand Up @@ -89,7 +93,9 @@ describe("EnumHandler", () => {
basePath: `${process.cwd()}/fixtures/enumHandler/fixtures/output3`,
paths: {
enums: "./enum",
inputTypes: "",
model: "model",
shared: "",
},
prismaClientImportPath: `${process.cwd()}/node_modules/@prisma/client`,
};
Expand Down Expand Up @@ -147,7 +153,9 @@ describe("EnumHandler", () => {
basePath: `${process.cwd()}/fixtures/enumHandler/fixtures/output4`,
paths: {
enums: "./enum",
inputTypes: "",
model: "model",
shared: "",
},
prismaClientImportPath: `${process.cwd()}/node_modules/@prisma/client`,
};
Expand Down

0 comments on commit a8e5141

Please sign in to comment.