Skip to content

Commit

Permalink
Fix spacing in jest\mask.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmarney committed Jun 7, 2024
1 parent 3e7ca8f commit 82e3e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jest/mask.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let {stripDown, formatMoney, buildUp} = require('../../packages/mask/dist/module.cjs');
let { stripDown, formatMoney, buildUp } = require('../../packages/mask/dist/module.cjs');

test('strip-down functionality', async () => {
expect(stripDown('(***) ***-****', '7162256108')).toEqual('7162256108')
Expand Down

0 comments on commit 82e3e4f

Please sign in to comment.