2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-09 14:50:56 +00:00

Remove unused files from Svelte component

This commit is contained in:
Vjacheslav Trushkin 2022-09-07 22:06:41 +03:00
parent d744890b3f
commit 4ec89ab542
3 changed files with 0 additions and 3416 deletions

View File

@ -1,3 +0,0 @@
{
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]]
}

View File

@ -1,16 +0,0 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
verbose: true,
transform: {
'^.+\\.svelte$': 'svelte-jester',
'^.+\\.ts$': [
'ts-jest',
{
tsconfig: 'tests/tsconfig.json',
},
],
},
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/tests/**/*.test.ts'],
};

File diff suppressed because it is too large Load Diff