mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-16 13:13:19 +09:00
Revert "Update README with Jest specific language. Update some spec files with new syntax"
This reverts commit e73c68fc01.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
const expect = require('expect');
|
||||
const leapYears = require('./leapYears')
|
||||
const expect = require('expect');const leapYears = require('./leapYears')
|
||||
|
||||
describe('leapYears', function() {
|
||||
it('works with non century years', function() {
|
||||
|
||||
Reference in New Issue
Block a user