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: 1761253f6bce0ed4c123269b72b259758a374905 (plain)
1
2
3
4
module.exports = {
	preset: '@vue/cli-plugin-unit-jest/presets/no-babel',
	transformIgnorePatterns: ['/node_modules/(?!@ckeditor)/.+\\.js$'],
}