mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-13 11:46:03 +09:00
Revert "Removed generator-exercises folder as it breaks jest-codemods"
This reverts commit ecd82a4d52.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Exercise XX - <%= title %>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<%= title %>
|
||||
@@ -0,0 +1,5 @@
|
||||
let <%= title %> = function() {
|
||||
|
||||
}
|
||||
|
||||
module.exports = <%= title %>
|
||||
@@ -0,0 +1,8 @@
|
||||
let <%= title %> = require('./<%=title%>')
|
||||
|
||||
describe('<%=title%>', function() {
|
||||
it('EDITME', function() {
|
||||
expect(<%=title%>()).toEqual(' ');
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user