UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

26 lines (22 loc) 533 B
// async function test() { // // try { // console.log(1); // var aa = await new Promise((a,b) => { // // throw new Error('jii') // setTimeout(a.bind(null,'HAHAHAHAH'), 2000) // }) // console.log(2,aa); // return await new Promise((a,b) => { // setTimeout(a, 2000) // }) // // }catch(e) {console.log(e);} // } // console.log('#hoi'); // test().then(console.log.bind(console,111)) // console.log('noo'); var test = { 'a': 1, 'b': 2, 'c': 3 } console.log(test.map)