remove raw-loader as a dependency (#4998)

* remove raw-loader as a dependency

* move clock to correct dir and response to canvas clicking
This commit is contained in:
Scott Bell
2022-03-25 17:13:10 +01:00
committed by GitHub
parent cf5edf2db0
commit 824a597825
8 changed files with 15 additions and 14 deletions

View File

@ -157,5 +157,9 @@ test.describe('Sine Wave Generator', () => {
y: 28
}
});
// Verify that where we click on canvas shows the number we clicked on
await expect(page.locator('.value-to-display-nearestValue')).toContainText('0.00');
});
});