Fix test
This commit is contained in:
parent
6f2d279f0e
commit
2f4e798cf5
|
@ -49,7 +49,7 @@ describe("getSequentialName", () => {
|
||||||
|
|
||||||
it("handles nullish prefix", async () => {
|
it("handles nullish prefix", async () => {
|
||||||
const name = getSequentialName([], null)
|
const name = getSequentialName([], null)
|
||||||
expect(name).toBe(null)
|
expect(name).toBe("")
|
||||||
})
|
})
|
||||||
|
|
||||||
it("handles just the prefix", async () => {
|
it("handles just the prefix", async () => {
|
||||||
|
|
Loading…
Reference in New Issue