Removed generator-exercises folder as it breaks jest-codemods

This commit is contained in:
Michael Frank
2021-03-03 15:22:27 +13:00
parent b8b23686e3
commit ecd82a4d52
15 changed files with 0 additions and 5880 deletions
@@ -1,2 +0,0 @@
# Exercise XX - <%= title %>
@@ -1 +0,0 @@
<%= title %>
@@ -1,5 +0,0 @@
let <%= title %> = function() {
}
module.exports = <%= title %>
@@ -1,8 +0,0 @@
let <%= title %> = require('./<%=title%>')
describe('<%=title%>', function() {
it('EDITME', function() {
expect(<%=title%>()).toEqual(' ');
});
});