mirror of
https://github.com/xodio/xod.git
synced 2026-03-19 15:16:58 +01:00
chore(xod-arduino): replace redundant code
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export default () => true;
|
||||
@@ -1,8 +0,0 @@
|
||||
import { assert } from 'chai';
|
||||
import transpiler from '../src/transpiler';
|
||||
|
||||
describe('xod-arduino', () => {
|
||||
it('package is correctly configured', () => {
|
||||
assert.isTrue(transpiler());
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user