rename generation test names to be more descriptive
This commit is contained in:
6
test/fixtures/generation/comments/2-space-multi-comment/actual.js
vendored
Normal file
6
test/fixtures/generation/comments/2-space-multi-comment/actual.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function test() {
|
||||
/*
|
||||
* this is comment
|
||||
*/
|
||||
var i = 20;
|
||||
}
|
||||
6
test/fixtures/generation/comments/2-space-multi-comment/expected.js
vendored
Normal file
6
test/fixtures/generation/comments/2-space-multi-comment/expected.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function test() {
|
||||
/*
|
||||
* this is comment
|
||||
*/
|
||||
var i = 20;
|
||||
}
|
||||
Reference in New Issue
Block a user