UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

10 lines (8 loc) 111 B
var test = { 'a': 1, 'b': 2, 'c': 3, 'd': 4 } var test2 = {test.a,test.c} console.log(test2);