This commit is contained in:
2021-12-20 20:37:33 +00:00
parent aa9871484d
commit eb87d471d9
2 changed files with 29 additions and 1 deletions

View File

@@ -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)