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:
parent
95214fcd4b
commit
319c2853df
7 changed files with 1470 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue