diff --git a/easy-table/easy-table-0.2.0-tests.ts b/easy-table/easy-table-0.2.0-tests.ts index 732426064..93a4516bf 100644 --- a/easy-table/easy-table-0.2.0-tests.ts +++ b/easy-table/easy-table-0.2.0-tests.ts @@ -12,4 +12,3 @@ table.cell('aa', 1); table.cell('bb',1); table.print(); - diff --git a/easy-table/easy-table-tests.ts b/easy-table/easy-table-tests.ts index 56fdb7e3b..62bd78008 100644 --- a/easy-table/easy-table-tests.ts +++ b/easy-table/easy-table-tests.ts @@ -1,9 +1,7 @@ /// -//import * as Table from "easy-table"; -//import * as Table from "easy-table"; - import Table = require("easy-table"); + let data = [ { id: 123123, desc: 'Something awesome', price: 1000.00 }, { id: 245452, desc: 'Very interesting book', price: 11.45 },