tstest/ts/tstest.paths.ts
2018-08-03 19:18:42 +02:00

5 lines
138 B
TypeScript

import * as plugins from './tstest.plugins';
export const cwd = process.cwd();
export const testDir = plugins.path.join(cwd, './test/');