We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c28d5b commit 871bf0fCopy full SHA for 871bf0f
tests/test.spec.ts
@@ -77,7 +77,7 @@ const libraryTestOptions: IOptions = {
77
function testWrapper(name: string, callback: () => Promise<void>) {
78
test(name, async () => {
79
const logSignPost = `JEST: Testing ${name}`;
80
- if (process.env.TRAVIS) {
+ if (process.env.CI) {
81
console.log(logSignPost);
82
testWrapperLogger.info(logSignPost);
83
}
0 commit comments