mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
411a12cb2d
[misc] set up custom base config for acceptance tests GitOrigin-RevId: bd49c705360488fd75c6ad311afd13f22f81de61
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
const base = require(process.env.BASE_CONFIG)
|
|
|
|
module.exports = base.mergeWith({
|
|
test: {
|
|
counterInit: 160000,
|
|
},
|
|
})
|