Starting tests with npm, nmcli basics (to be extended on linux machine)

This commit is contained in:
Christian Kuster
2016-04-04 21:06:01 +02:00
parent 5e09da21e4
commit cc7b23aec1
5 changed files with 81 additions and 3 deletions

View File

@ -46,7 +46,6 @@ describe('airport', () => {
it('parses the output of file 2', function(done) {
airport.parseOutput(fs.readFileSync(path.join(__dirname, 'fixtures','airport','airport02.txt'), { encoding: 'utf8' }), (err, info) => {
console.log(info);
assert.ok(info);
assert.equal(info.length, 4);