mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: speedy tests on circle by splitting the test files into multiple jobs (#21015)
* build: let circleci divide our test suites in two * well our tests rely on side affects, thats cool I guess
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
const ChildProcess = require('child_process')
|
||||
const chai = require('chai')
|
||||
const { expect } = chai
|
||||
const dirtyChai = require('dirty-chai')
|
||||
const { expect } = require('chai')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
const os = require('os')
|
||||
@@ -11,8 +9,6 @@ const features = process.electronBinding('features')
|
||||
const { emittedOnce } = require('./events-helpers')
|
||||
const { ifit } = require('./spec-helpers')
|
||||
|
||||
chai.use(dirtyChai)
|
||||
|
||||
describe('node feature', () => {
|
||||
const fixtures = path.join(__dirname, 'fixtures')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user