mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 19:01:47 +00:00
QOL: Move source code under the src directory. (#1318)
This commit is contained in:
3
src/utils/testing.ts
Normal file
3
src/utils/testing.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export const isTesting = () => process.env.NODE_ENV === 'test';
|
||||
|
||||
export default { isTesting };
|
||||
Reference in New Issue
Block a user