pipeletteio/debug

View on GitHub
jest.setup.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = () => {
  // Set env variables to load fine the shared debug.
  process.env.PIPELETTEIO_DEBUG = 'true';
};