mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-13 19:56:05 +09:00
Revert "run jest-codemods on .spec.js files, move generator-exercises back in"
This reverts commit 7a001e0fdb.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const expect = require('expect');const leapYears = require('./leapYears')
|
||||
const leapYears = require('./leapYears')
|
||||
|
||||
describe('leapYears', function() {
|
||||
it('works with non century years', function() {
|
||||
|
||||
Reference in New Issue
Block a user