mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
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:
committed by
Samuel Attard
parent
95214fcd4b
commit
319c2853df
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user