Update packages/backend-core/src/utils/tests/utils.spec.ts
Co-authored-by: Rory Powell <rory.codes@gmail.com>
This commit is contained in:
parent
1f7ebe8502
commit
8eac0d99f7
|
@ -123,7 +123,7 @@ describe("utils", () => {
|
|||
expectResult(true)
|
||||
})
|
||||
|
||||
it("returns false if current path is not in builder", async () => {
|
||||
it("returns false if current path doesn't have '/' suffix", async () => {
|
||||
ctx.path = "/builder/app"
|
||||
expectResult(false)
|
||||
|
||||
|
|
Loading…
Reference in New Issue