From b8fa3fd5e7dd906e5616bf2ab8ad6df3f74f244d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 11 Mar 2020 21:54:53 +0100 Subject: move compiler API tests to integration tests (#4319) --- cli/tests/compiler_api_test.out | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cli/tests/compiler_api_test.out (limited to 'cli/tests/compiler_api_test.out') diff --git a/cli/tests/compiler_api_test.out b/cli/tests/compiler_api_test.out new file mode 100644 index 000000000..23f44b092 --- /dev/null +++ b/cli/tests/compiler_api_test.out @@ -0,0 +1,16 @@ +running 12 tests +OK compilerApiCompileSources [WILDCARD] +OK compilerApiCompileNoSources [WILDCARD] +OK compilerApiCompileOptions [WILDCARD] +OK compilerApiCompileLib [WILDCARD] +OK compilerApiCompileTypes [WILDCARD] +OK transpileOnlyApi [WILDCARD] +OK transpileOnlyApiConfig [WILDCARD] +OK bundleApiSources [WILDCARD] +OK bundleApiNoSources [WILDCARD] +OK bundleApiConfig [WILDCARD] +OK bundleApiJsModules [WILDCARD] +OK diagnosticsTest [WILDCARD] + +test result: OK 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD] + -- cgit v1.2.3