Skip to content

Commit

Permalink
test(xod-arduino): add missing test case for the record-pack-unpack
Browse files Browse the repository at this point in the history
… fixture
  • Loading branch information
brusherru committed Oct 21, 2020
1 parent f39641a commit 42d1a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/xod-arduino/test/transpiler.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe('xod-arduino transpiler', () => {
specify('blink', () => testFixture('blink'));
specify('two-button-switch', () => testFixture('two-button-switch'));
specify('lcd-time', () => testFixture('lcd-time'));
specify('record-pack-unpack', () => testFixture('record-pack-unpack'));
specify('count-with-feedback-loops', () =>
testFixture('count-with-feedback-loops')
);
Expand Down

0 comments on commit 42d1a40

Please sign in to comment.