CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/terminal/jest.config.js
Views: 687
1
/** @type {import('ts-jest').JestConfigWithTsJest} */
2
module.exports = {
3
preset: 'ts-jest',
4
testEnvironment: 'node',
5
testMatch: ['**/?(*.)+(spec|test).ts?(x)'],
6
};
7
8