rename generation test names to be more descriptive
This commit is contained in:
12
test/fixtures/generation/comments/function-block-line-comment/expected.js
vendored
Normal file
12
test/fixtures/generation/comments/function-block-line-comment/expected.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
!function () {
|
||||
} //
|
||||
, 42;
|
||||
!{
|
||||
get 42() {
|
||||
} //
|
||||
,
|
||||
foo: 42
|
||||
};
|
||||
(function () {
|
||||
} //
|
||||
);
|
||||
Reference in New Issue
Block a user