Rename some files to .cjs, make the codebase aware of .cjs and .mjs extensions

This commit is contained in:
Alex Gleason
2023-01-17 18:34:11 -06:00
parent 988d466fcd
commit 54eae01255
14 changed files with 17 additions and 10 deletions

View File

@ -1,7 +1,7 @@
import {
withOpacityValue,
parseColorMatrix,
} from '../colors';
} from '../colors.cjs';
describe('withOpacityValue()', () => {
it('returns a Tailwind color function with alpha support', () => {