We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c121f commit efe2e2dCopy full SHA for efe2e2d
1 file changed
routes/__tests__/bulkUpdate.test.js
@@ -18,6 +18,6 @@ routeTester.use(express.urlencoded({ extended: false }))
18
// Mount our own /bulkCreate route without auth that will use controller.bulkCreate
19
routeTester.use("/bulkUpdate", [addAuth, controller.bulkUpdate])
20
21
-it("'/bulkUpdate' route functions", async () => {
+it.skip("'/bulkUpdate' route functions", async () => {
22
// TODO without hitting the v1/id/11111 object because it is already abused.
23
})
0 commit comments