fix: update imports to include file extensions

This commit is contained in:
2023-11-11 14:37:35 +01:00
parent b175698417
commit be10e686b4
2 changed files with 2 additions and 2 deletions

View File

@@ -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', () => {