Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jest.config.js - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3514070fd44549a5ba61e398fa2278353b950cfd (plain)
1
2
3
4
5
6
7
module.exports = {
	preset: '@vue/cli-plugin-unit-jest/presets/no-babel',
	transformIgnorePatterns: ['/node_modules/(?!@ckeditor)/.+\\.js$'],
	setupFiles: [
		'<rootDir>/src/tests/setup.js',
	],
}