remove .only
This commit is contained in:
@@ -202,7 +202,7 @@ test("footer variants", async () => {
|
|||||||
expect(new Date(message.embeds[3]!.timestamp!)).toEqual(now)
|
expect(new Date(message.embeds[3]!.timestamp!)).toEqual(now)
|
||||||
})
|
})
|
||||||
|
|
||||||
test.only("embed props", async () => {
|
test("embed props", async () => {
|
||||||
const now = new Date()
|
const now = new Date()
|
||||||
|
|
||||||
const { message } = await tester.render(
|
const { message } = await tester.render(
|
||||||
|
|||||||
Reference in New Issue
Block a user