chore(xod-arduino): replace redundant code

This commit is contained in:
Kirill Shumilov
2017-02-28 12:37:36 +03:00
parent 3d9c12745e
commit f12e84e716
2 changed files with 0 additions and 9 deletions

View File

@@ -1 +0,0 @@
export default () => true;

View File

@@ -1,8 +0,0 @@
import { assert } from 'chai';
import transpiler from '../src/transpiler';
describe('xod-arduino', () => {
it('package is correctly configured', () => {
assert.isTrue(transpiler());
});
});