Skip to content

Commit d88e41f

Browse files
committed
fixup! chore(test): organize test folders
1 parent 9cda439 commit d88e41f

File tree

1 file changed

+4
-2
lines changed
  • src/generators/api-links/__tests__/fixtures

1 file changed

+4
-2
lines changed

src/generators/api-links/__tests__/fixtures/mod.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
// A module may export one or more methods.
44

5-
function foo() {}
5+
function foo() {
6+
}
7+
68

79
module.exports = {
8-
foo,
10+
foo
911
};

0 commit comments

Comments
 (0)