8000 tests: remove Jest config from package.json · leehaejune/coreui-react@d6dc8a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit d6dc8a0

Browse files
committed
tests: remove Jest config from package.json
1 parent 9cb310f commit d6dc8a0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/**
2+
* Copyright (c) 2013-present, creativeLabs Lukasz Holeczek.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
7+
8+
'use strict'
9+
10+
module.exports = {
11+
preset: 'ts-jest',
12+
setupFiles: ['jest-canvas-mock'],
13+
testEnvironment: 'jsdom',
14+
testPathIgnorePatterns: ['dist/'],
15+
}

0 commit comments

Comments
 (0)
0