Lint test

This commit is contained in:
Florrie 2018-04-30 20:19:21 -03:00
parent 8e271c70d0
commit b30d070d90

View file

@ -142,4 +142,4 @@ test('loud? boolean', t => {
t.true(sensing.isLoud());
t.end();
})
});