latex-ub/services/web/modules/history-v1/test/acceptance/config/settings.test.js
2025-05-05 12:24:05 +00:00

7 lines
124 B
JavaScript

const base = require(process.env.BASE_CONFIG)
module.exports = base.mergeWith({
test: {
counterInit: 190000,
},
})