mirror of
https://github.com/standardnotes/app
synced 2026-08-04 18:16:42 -04:00
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
const base = require('../../common.jest.json')
|
|
|
|
module.exports = {
|
|
...base,
|
|
}
|