chore: move ts-smoke tests to core (#16930)

* chore: move ts smoke tests to core

* fix: fix paths for tsconfig / ts-smoke runner

* update ts-defs version

* do not lintr
This commit is contained in:
Shelley Vohr 2019-02-13 15:24:28 -08:00 committed by Samuel Attard
parent 95214fcd4b
commit 319c2853df
7 changed files with 1470 additions and 3 deletions

View file

@ -29,7 +29,10 @@ const BLACKLIST = new Set([
['atom', 'common', 'common_message_generator.cc'],
['atom', 'common', 'common_message_generator.h'],
['atom', 'common', 'node_includes.h'],
['spec', 'static', 'jquery-2.0.3.min.js']
['spec', 'static', 'jquery-2.0.3.min.js'],
['spec', 'ts-smoke', 'electron', 'main.ts'],
['spec', 'ts-smoke', 'electron', 'renderer.ts'],
['spec', 'ts-smoke', 'runner.js']
].map(tokens => path.join(SOURCE_ROOT, ...tokens)))
function spawnAndCheckExitCode (cmd, args, opts) {