This commit is contained in:
Sidharth Vinod 2022-09-16 18:45:12 +05:30
parent be7ab54a09
commit 98506d888c
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
4 changed files with 6 additions and 4 deletions

View File

@ -3,3 +3,4 @@ dist/**
docs/Setup.md
cypress.config.js
cypress/plugins/index.js
coverage

View File

@ -1,3 +1,4 @@
dist
cypress/platform/xss3.html
.cache
.cache
coverage

View File

@ -1,7 +1,7 @@
// @ts-nocheck
// @ts-nocheck TODO: Fix TS
import { vi } from 'vitest';
let NewD3 = function () {
const NewD3 = function () {
/**
*
*/

View File

@ -1,4 +1,4 @@
// @ts-nocheck
// @ts-nocheck TODO: Fix TS
import moment from 'moment-mini';
import ganttDb from './ganttDb';
import { it, describe } from 'vitest';