mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-21 19:49:32 +01:00
e139363f61
* feat: convert relative urls to absolute * test: add tests for conversion of relative urls Co-authored-by: Marty Winkler <mrtwnklr@users.noreply.github.com>
16 lines
No EOL
408 B
JavaScript
16 lines
No EOL
408 B
JavaScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/*.test.ts'],
|
|
testRunner: 'jest-circus/runner',
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: true
|
|
}
|
|
process.env = Object.assign(process.env, {
|
|
GITHUB_SERVER_URL: 'https://github.com',
|
|
GITHUB_REPOSITORY: 'peter-evans/dockerhub-description',
|
|
GITHUB_REF_NAME: 'main'
|
|
}) |