UNPKG

select-part-of-word

Version:

An extension that allows you to move selection by a word in camel-case string.

9 lines (6 loc) 251 B
var testRunner = require('vscode/lib/testrunner'); testRunner.configure({ ui: 'tdd', // the TDD UI is being used in extension.test.js (suite, test, etc.) useColors: true // colored output from test results }); module.exports = testRunner;