mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-16 05:33:58 +02:00
release: @coreui/icons v2.1.0
This commit is contained in:
21
packages/icons-react/jest.config.js
Normal file
21
packages/icons-react/jest.config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* Copyright (c) 2013-present, creativeLabs Lukasz Holeczek.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
moduleNameMapper: {
|
||||
'\\.(css|scss)$': '<rootDir>/test/styleMock.js',
|
||||
},
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'jsdom',
|
||||
testPathIgnorePatterns: ['dist/'],
|
||||
transform: {
|
||||
'.*\\.(js)$': 'ts-jest',
|
||||
'.*\\.(tsx)$': 'ts-jest',
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user