Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
mShan0 committed Dec 5, 2023
1 parent 75118e0 commit 6effc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/data-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ describe('Int', function() {
});
});

describe.only('.validate', function() {
describe('.validate', function() {
it('throws Invalid number error for NaN input', function() {
assert.throws(() => {
TYPES.Int.validate('string');
Expand Down

0 comments on commit 6effc24

Please sign in to comment.