UNPKG
concurrently
Version:
latest (10.0.0)
10.0.0
9.2.1
9.2.0
9.1.2
9.1.1
9.1.0
9.0.1
9.0.0
8.2.2
8.2.1
8.2.0
8.1.0
8.0.1
8.0.0
7.6.0
7.5.0
7.4.0
7.3.0
7.2.2
7.2.1
7.2.0
7.1.0
7.0.0
6.5.1
6.5.0
6.4.0
6.3.0
6.2.2
6.2.1
6.2.0
6.1.0
6.0.2
6.0.1
6.0.0
5.3.0
5.2.0
5.1.0
5.0.2
5.0.1
5.0.0
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.6.1
3.6.0
3.5.1
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
3.0.0-rc1
3.0.0-dev
2.2.0
2.1.0
2.0.0
1.0.0
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
Run commands concurrently
github.com/open-cli-tools/concurrently
open-cli-tools/concurrently
concurrently
/
dist
/
lib
/
__fixtures__
/
create-mock-instance.js
6 lines
(5 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ vi }
from
'vitest'
;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export
function
createMockInstance
(
constructor
) {
return
new
(vi.
mockObject
(constructor))(); }