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

Skip to content

Commit 9c5c984

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

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/coreui-react/jest.config.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
testEnvironment: 'jsdom',
13+
testPathIgnorePatterns: ['dist/'],
14+
}

0 commit comments

Comments
 (0)
0