File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11import { expect , test , jest } from '@jest/globals'
2- import { createDB } from '../src/index'
2+ import { createDB } from '../../ src/index'
33import sql from 'mysql2/promise'
44
55jest . setTimeout ( 500_000 ) ;
Original file line number Diff line number Diff line change 11import { expect , test , jest } from '@jest/globals'
2- import { createDB } from '../../ src/index'
2+ import { createDB } from '../src/index'
33import sql from 'mysql2/promise'
44import { coerce , satisfies } from 'semver' ;
5- import { ServerOptions } from '../../ types' ;
6- import getBinaryURL from '../../ src/libraries/Version' ;
7- import { DOWNLOADABLE_MYSQL_VERSIONS } from '../../ src/constants' ;
5+ import { ServerOptions } from '../types' ;
6+ import getBinaryURL from '../src/libraries/Version' ;
7+ import { DOWNLOADABLE_MYSQL_VERSIONS } from '../src/constants' ;
88
99const usernames = [ 'root' , 'dbuser' ]
1010
You can’t perform that action at this time.
0 commit comments