diff --git a/scripts/tdd-script.js b/scripts/tdd-script.js new file mode 100644 index 000000000..8d962e7c1 --- /dev/null +++ b/scripts/tdd-script.js @@ -0,0 +1,4 @@ +const fs = require('fs-extra'); + +const SNIPPETS_PATH = './snippets'; +const TEST_PATH = './test'; \ No newline at end of file