diff options
| author | Uri Shaked | 2023-01-05 20:46:24 +0200 |
|---|---|---|
| committer | Uri Shaked | 2023-01-05 20:46:24 +0200 |
| commit | 394633425253d4b680c93814f111359807f2c329 (patch) | |
| tree | f5c83e44d50c0b97ac556d3429b4ff14177c9c25 /src/peripherals | |
| parent | chore: update copyright years (diff) | |
| download | avr8js-394633425253d4b680c93814f111359807f2c329.tar.gz avr8js-394633425253d4b680c93814f111359807f2c329.tar.bz2 avr8js-394633425253d4b680c93814f111359807f2c329.zip | |
chore(deps): upgrade typescript, jest, eslint
also upgrade related dependencies: ts-node, ts-jest
Diffstat (limited to 'src/peripherals')
| -rw-r--r-- | src/peripherals/gpio.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripherals/gpio.spec.ts b/src/peripherals/gpio.spec.ts index 67cd779..755476e 100644 --- a/src/peripherals/gpio.spec.ts +++ b/src/peripherals/gpio.spec.ts @@ -137,7 +137,7 @@ describe('GPIO', () => { cpu.writeData(DDRB, 0x0f); port.removeListener(listener); cpu.writeData(PORTB, 0x99); - expect(listener).toBeCalledTimes(1); + expect(listener).toHaveBeenCalledTimes(1); }); }); |
