UNPKG

grading

Version:

Grading of student submissions, in particular programming tests.

8 lines 245 B
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', collectCoverage: false, reporters: [ "default", "jest-junit" ], testMatch: ["**/(*.)+(check).[jt]s?(x)"] };