File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
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'
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
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'
4- import { ServerOptions } from '../types' ;
4+ import { ServerOptions } from '../../ types' ;
55
66jest . setTimeout ( 500_000 ) ; //5 minutes
77
You can’t perform that action at this time.
0 commit comments