TypeScript 2nd exercice (Two Fer)

Hello everyone,

in the second exercice of TypeScript path the tests for Alice and Bob are skipped.

I’m doing the exercise in my computer using the CLI.
image

I have tested the code editor and the tests are running well even they are called with (xit).

/roger

When working locally, typically you will have to un-skip individual tests by modifying the tests file. This is intentional; the idea is to suggest test-driven development.

hi @MatthijsBlom, makes sense sorry for bothering