mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
const base = require('./jest.config.base');
|
|
|
|
module.exports = {
|
|
...base,
|
|
projects: ['<rootDir>/packages/*'],
|
|
};
|