mirror of
https://github.com/SrIzan10/util-utils.git
synced 2026-06-28 03:22:30 +00:00
fix: update imports to include file extensions
This commit is contained in:
@@ -1 +1 @@
|
||||
export { randomString } from './utils/randomString';
|
||||
export { randomString } from './utils/randomString.js';
|
||||
@@ -1,4 +1,4 @@
|
||||
import { randomString } from '../src/index'
|
||||
import { randomString } from '../src/index.js'
|
||||
|
||||
describe('randomString', () => {
|
||||
it('should return a random string with the length of 10', () => {
|
||||
|
||||
Reference in New Issue
Block a user