chore: system test tooling improvements (#20966)

* chore: fixture tooling improvements

* simplifying the imports of the @tooling/system-tests

* A bit of cleanup

* browser export path for fixture dirs
This commit is contained in:
Tim Griesser
2022-04-07 15:32:51 -04:00
committed by GitHub
parent 53cc72c4a2
commit 4a9d6831ba
35 changed files with 75 additions and 245 deletions

View File

@@ -6,7 +6,7 @@ const path = require('path')
const Promise = require('bluebird')
const os = require('os')
const verify = require('../../cli/lib/tasks/verify')
const Fixtures = require('@tooling/system-tests/lib/fixtures')
const Fixtures = require('@tooling/system-tests')
const { scaffoldCommonNodeModules } = require('@tooling/system-tests/lib/dep-installer')
const fs = Promise.promisifyAll(fse)