Skip to content

Commit

Permalink
fixup! Change example test
Browse files Browse the repository at this point in the history
  • Loading branch information
tolauwae committed Dec 13, 2024
1 parent eee9de1 commit a2bfd22
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/examples/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const framework = Framework.getImplementation();

const spec = framework.suite('Test Wasm spec'); // must be called first

spec.testee('emulator[:8500]', new EmulatorSpecification(8500));
spec.testee('emulator[:8100]', new EmulatorSpecification(8100));

const steps: Step[] = [];

Expand All @@ -40,9 +40,7 @@ spec.test({
});

const debug = framework.suite('Test Debugger interface');
debug.testee('emulator[:8520]', new EmulatorSpecification(8520));
debug.testee('emulator[:8522]', new EmulatorSpecification(8522));
// debug.testee('esp wrover', new ArduinoSpecification('/dev/ttyUSB0', 'esp32:esp32:esp32wrover'), new HybridScheduler(), {connectionTimout: 0});
debug.testee('emulator[:8150]', new EmulatorSpecification(8150));

debug.test({
title: 'Test STEP OVER',
Expand Down

0 comments on commit a2bfd22

Please sign in to comment.