diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-03-11 21:54:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 21:54:53 +0100 |
commit | b8fa3fd5e7dd906e5616bf2ab8ad6df3f74f244d (patch) | |
tree | 85addd5ed0b097f481d1c953bd0225efe3b5af24 /cli/tests/compiler_api_test.out | |
parent | a28fa2415f8ae6bad63469a0c9e4dce3197970f9 (diff) |
move compiler API tests to integration tests (#4319)
Diffstat (limited to 'cli/tests/compiler_api_test.out')
-rw-r--r-- | cli/tests/compiler_api_test.out | 16 |
1 files changed, 16 insertions, 0 deletions
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] + |