1
0
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:
Łukasz Holeczek
2021-10-20 18:10:20 +02:00
parent e2a9da824d
commit 146add1946
23 changed files with 94 additions and 100 deletions

View 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',
},
}