mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
11
jest.config.contract.js
Normal file
11
jest.config.contract.js
Normal file
@ -0,0 +1,11 @@
|
||||
const baseConfig = require('./jest.config.base');
|
||||
|
||||
module.exports = () => {
|
||||
return {
|
||||
testMatch: baseConfig('spec/contracts/consumer').testMatch,
|
||||
transform: {
|
||||
'^.+\\.js$': 'babel-jest',
|
||||
},
|
||||
testEnvironment: baseConfig.testEnvironment,
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user