mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-12 19:26:13 +09:00
@@ -1,5 +1,5 @@
|
||||
let <%= title %> = function() {
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = <%= title %>;
|
||||
module.exports = <%= title %>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
let <%= title %> = require('./<%=title%>')
|
||||
|
||||
describe('<%=title%>', function() {
|
||||
test('EDITME', function() {
|
||||
it('EDITME', function() {
|
||||
expect(<%=title%>()).toEqual(' ');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user