add espree comment attachment tests and remove ranges test property from babylon tests
This commit is contained in:
5
test/fixtures/comments/basic/switch-no-default-comment/actual.js
vendored
Executable file
5
test/fixtures/comments/basic/switch-no-default-comment/actual.js
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
switch (a) {
|
||||
case 1:
|
||||
break;
|
||||
//no default
|
||||
}
|
||||
Reference in New Issue
Block a user