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:
parent
d744890b3f
commit
4ec89ab542
@ -1,3 +0,0 @@
|
||||
{
|
||||
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]]
|
||||
}
|
@ -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
Loading…
Reference in New Issue
Block a user