Skip to content
Snippets Groups Projects
Commit 9f46d9f4 authored by Giildo's avatar Giildo
Browse files

:white_check_mark: Delete only option

parent e31ba617
Branches
Tags
No related merge requests found
Pipeline #261503 passed with stage
in 14 seconds
import { describe, expect, test } from 'vitest'
import { Day } from '@/Day'
describe.only('format method', () => {
describe('format method', () => {
test('should return the formatted date', () => {
const day = new Day({ year: 2021, month: 1, day: 1 })
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment