Use tmp directory for files written during tests
- Add spec/tmp directory with .gitkeep file to indicate the folder is intentional - Add the folder contents to .gitignore - Use this folder to output the sourcemap file during bin tests. This file is a sideeffect of the main test
- Loading branch information
- +1 −0 .gitignore
- +0 −1 spec/artifacts/source.map.amd.txt
- +1 −1 spec/expected/source.map.amd.js
- +1 −0 spec/tmp/.gitkeep
- +1 −1 tasks/test-bin.js
| @@ -0,0 +1 @@ | ||
| This directory is ignored in .gitignore. It can be used to write temporary files during tests. |