Skip to content

Commit

Permalink
Merge pull request #36211 from ruben-rebelo/ts-migration/unit-CardUti…
Browse files Browse the repository at this point in the history
…lsTest

[TS migration] Migrate CardUtilsTest to Typescript
  • Loading branch information
luacmartins authored Feb 9, 2024
2 parents 22d3663 + 7b1f51c commit 2de92c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cardUtils = require('../../src/libs/CardUtils');
import * as cardUtils from '@src/libs/CardUtils';

const shortDate = '0924';
const shortDateSlashed = '09/24';
Expand Down

0 comments on commit 2de92c8

Please sign in to comment.