1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2024-11-21 18:16:33 +02:00
factorio-sites/jest.config.js

4 lines
131 B
JavaScript
Raw Permalink Normal View History

const { getJestProjects } = require("@nrwl/jest");
module.exports = { projects: [...getJestProjects(), "<rootDir>/libs/utils"] };