UNPKG

swedish-holidays-ts

Version:

Typescript library for calculating the date of all swedish holidays for any given year.

8 lines (7 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const vitest_1 = require("vitest"); const lang_1 = require("../lang"); (0, vitest_1.test)(`Test swedishHolidayNames`, () => { (0, vitest_1.expect)(lang_1.swedishHolidayNames).toMatchSnapshot(); });