Lines Matching refs:await
179 const res = await mockNpm(t, {
201 const { fund, joinedOutput } = await setup(t, {
211 await fund()
216 const { fund, joinedOutput } = await setup(t, {
221 await fund()
226 const { fund, joinedOutput } = await setup(t, {
231 await fund()
261 const { fund, joinedOutput } = await setup(t, {
266 await fund()
271 const { fund, joinedOutput } = await setup(t, {
276 await fund()
299 const { fund, joinedOutput } = await setup(t, {
304 await fund()
352 const { fund } = await setup(t, {
356 await t.rejects(fund(), { code: 'EFUNDGLOBAL' }, 'should throw EFUNDGLOBAL error')
360 const { fund, openedUrls, joinedOutput } = await setup(t, {
365 await fund('.')
371 const { fund } = await setup(t, {
376 await t.rejects(
384 const { fund, openedUrls } = await setup(t, {
395 await fund('.')
400 const { fund, joinedOutput } = await setup(t, {
405 await fund('.')
411 const { fund, openedUrls } = await setup(t, {
432 await fund('./node_modules/a')
436 await fund('./a')
441 const { fund, openedUrls } = await setup(t, {
477 await fund('a')
486 const { fund, openedUrls } = await setup(t, {
491 await fund('.')
496 const { fund, openedUrls } = await setup(t, {
501 await fund('foo')
506 const { fund, joinedOutput } = await setup(t, {
511 await fund('foo')
517 const { fund, openedUrls, joinedOutput } = await setup(t, {
522 await fund('.')
532 const { fund, openedUrls } = await setup(t, {
537 await fund('ntl')
546 const { fund } = await setup(t, {
551 await t.rejects(
559 const { fund } = await setup(t, {
564 await t.rejects(
572 const { fund } = await setup(t, {
577 await t.rejects(
588 const { fund, joinedOutput } = await setup(t, {
598 await fund()
603 const { fund } = await setup(t, {
617 await t.rejects(fund('.'), { message: 'ERROR' }, 'should throw unknown error')
621 const { fund, joinedOutput } = await setup(t, {
640 await fund('.')
645 const { fund, joinedOutput } = await setup(t, {
701 await fund()
706 const { fund, joinedOutput } = await setup(t, {
745 await fund()
802 const { fund, joinedOutput } = await setup(t, {
809 await fund()
814 const { fund, joinedOutput } = await setup(t, {
821 await fund()