File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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+ moduleNameMapper : {
12+ '\\.(css|scss)$' : '<rootDir>/packages/coreui-icons-react/test/styleMock.js' ,
13+ } ,
14+ preset : 'ts-jest' ,
15+ setupFiles : [ 'jest-canvas-mock' ] ,
16+ testEnvironment : 'jsdom' ,
17+ testPathIgnorePatterns : [ 'dist/' ] ,
18+ }
Original file line number Diff line number Diff line change 5151 "@types/react" : " 18.0.27" ,
5252 "@types/react-dom" : " ^18.0.6" ,
5353 "classnames" : " ^2.3.2" ,
54+ "jest" : " ^29.4.1" ,
55+ "jest-environment-jsdom" : " ^29.4.1" ,
5456 "lodash" : " ^4.17.21" ,
5557 "prop-types" : " ^15.8.1" ,
5658 "react" : " ^18.2.0" ,
5759 "react-dom" : " ^18.2.0" ,
5860 "rollup" : " ^3.14.0" ,
61+ "ts-jest" : " ^29.0.5" ,
5962 "typescript" : " ^4.9.5"
6063 },
6164 "peerDependencies" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments