Skip to content

Commit

Permalink
Lock moment to version 2.29.4 to avoid a different behavior in isVali…
Browse files Browse the repository at this point in the history
…d function o newer versions
  • Loading branch information
henriquelakiap committed Apr 12, 2024
1 parent 19c3875 commit 8ec06f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/date.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { assert } = require('chai');
const date = require('../lib/types/date');

describe.only('Date', function () {
describe('Date', function () {
const strings = [
'Mon Jun 02 2014',
'Jun 02 2014',
Expand Down

0 comments on commit 8ec06f8

Please sign in to comment.