Introduce Jest integration tests. (#16735)

This commit is contained in:
Aleh Zasypkin 2018-02-19 17:02:01 +01:00 committed by GitHub
parent e135657d1f
commit f2fda4aca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 188 additions and 150 deletions

View file

@ -1,8 +1,3 @@
import jest from 'jest';
import { resolve } from 'path';
const argv = process.argv.slice(2);
argv.push('--config', resolve(__dirname, './config.json'));
jest.run(argv);
jest.run(process.argv.slice(2));