Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/sync-fs/jest.config.js
1492 views
1
module.exports = {
2
preset: "ts-jest",
3
testEnvironment: "node",
4
testMatch: ["**/?(*.)+(spec|test).ts?(x)"],
5
};
6
7