mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +00:00
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
const isTesting = () => process.env.NODE_ENV === "test";
|
|
|
|
module.exports = { isTesting };
|