Skip to content

Commit

Permalink
テスト用のCSVファイルを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
naogify committed Nov 13, 2024
1 parent 2a39daf commit e0ec372
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 776 deletions.
2 changes: 1 addition & 1 deletion test/_Tutorial.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const deleteFiles = () => {
// mbtiles、ndgeojson、geojson、shp、cpg、dbf、prj、shxを削除
const files = require('fs').readdirSync(__dirname);
files.forEach((file) => {
if (file.match(/.*\.(mbtiles|ndgeojson|geojson|shp|cpg|dbf|prj|shx|yml)$/)) {
if (file.match(/.*\.(mbtiles|ndgeojson|geojson|shp|cpg|dbf|prj|shx|yml|csv)$/)) {
fs.unlinkSync(path.join(__dirname, file));
}
});
Expand Down
Loading

0 comments on commit e0ec372

Please sign in to comment.