test(public API): Update the public API to the new world

This commit is contained in:
Victor Berchet 2016-05-17 15:52:13 -07:00
parent 390cefac72
commit 982fad0c45
2 changed files with 479 additions and 432 deletions

File diff suppressed because it is too large Load Diff

View File

@ -93,10 +93,8 @@ if (platform == 'node') {
error: 'error',
complete: 'Compilation complete. Watching for file changes.',
onChangeCmds: [
// TODO: fix and enable tests for public_api_spec again!
// ['node', 'dist/tools/cjs-jasmine/index-tools', '--',
// '{ts-metadata-collector,public_api_guard}/**/*{_,.}spec.js']
['node', 'dist/tools/cjs-jasmine/index-tools', '--', 'ts-metadata-collector/**/*{_,.}spec.js']
['node', 'dist/tools/cjs-jasmine/index-tools', '--', 'ts-metadata-collector/**/*{_,.}spec.js'],
['node', 'dist/tools/cjs-jasmine/index-tools', '--', 'public_api_guard/**/*{_,.}spec.js']
]
});
}