10print
Version:
Nodejs implementation of the famous one-line Commodore 64 BASIC program
10 lines (8 loc) • 326 B
JavaScript
// For a detailed explanation regarding each configuration property, visit:
// https://jestjs.io/docs/en/configuration.html
module.exports = {
// The directory where Jest should output its coverage files
coverageDirectory: "coverage",
// The test environment that will be used for testing
testEnvironment: "node",
};