标签: unit-testing filenames webstorm
如果我创建文件:
my_code.js
然后是包含此文件的单元测试的文件:
test_my_code.js
有没有办法配置WebStorm(或任何其他技巧?),可以确保如果我将my_code.js重命名为another_code.js,那么test_my_code.js将自动重命名为test_another_code.js }?
another_code.js
test_another_code.js