From 42d1a40c44e158f1f95e95b070c02b6958648cf1 Mon Sep 17 00:00:00 2001 From: Kirill Shumilov Date: Wed, 21 Oct 2020 14:56:13 +0300 Subject: [PATCH] test(xod-arduino): add missing test case for the `record-pack-unpack` fixture --- packages/xod-arduino/test/transpiler.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/xod-arduino/test/transpiler.spec.js b/packages/xod-arduino/test/transpiler.spec.js index 651e2d1a3..ba8e2944a 100644 --- a/packages/xod-arduino/test/transpiler.spec.js +++ b/packages/xod-arduino/test/transpiler.spec.js @@ -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') );