This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/// <reference types="cypress" />
|
||||
describe("Memo features", () => {
|
||||
describe("Reminder features", () => {
|
||||
it("should work", () => {
|
||||
const dNow = new Date();
|
||||
const dToday = `${dNow.getFullYear()}-${(dNow.getMonth() + 1)
|
||||
|
||||
Reference in New Issue
Block a user