mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 19:22:25 +01:00
3 lines
93 B
JavaScript
3 lines
93 B
JavaScript
|
var path = require('path');
|
||
|
console.log(path.join(path.relative('.', __dirname),'include'));
|