mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-14 11:22:22 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/__tests__/*.test.ts'],
|
|
};
|