mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
37 lines
1.2 KiB
JavaScript
37 lines
1.2 KiB
JavaScript
/*
|
|
* ######
|
|
* ######
|
|
* ############ ####( ###### #####. ###### ############ ############
|
|
* ############# #####( ###### #####. ###### ############# #############
|
|
* ###### #####( ###### #####. ###### ##### ###### ##### ######
|
|
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
|
|
* ###### ###### #####( ###### #####. ###### ##### ##### ######
|
|
* ############# ############# ############# ############# ##### ######
|
|
* ############ ############ ############# ############ ##### ######
|
|
* ######
|
|
* #############
|
|
* ############
|
|
*
|
|
* Adyen Node API Library
|
|
*
|
|
* Copyright (c) 2019 Adyen B.V.
|
|
* This file is open source and available under the MIT license.
|
|
* See the LICENSE file for more info.
|
|
*/
|
|
|
|
module.exports = {
|
|
moduleFileExtensions: [
|
|
"ts",
|
|
"js"
|
|
],
|
|
coveragePathIgnorePatterns: [
|
|
"<rootDir>/src/typings"
|
|
],
|
|
unmockedModulePathPatterns: [
|
|
"/dist"
|
|
],
|
|
testMatch: [
|
|
"**/__tests__/*.ts"
|
|
]
|
|
};
|