Bones/node_modules/reflect-metadata/test/run.ts

6 lines
138 B
TypeScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
import { runTests, printResults } from './harness';
import * as spec from "./spec";
let results = runTests(spec);
printResults(results);