Remove .only from test

This commit is contained in:
Chloe Herd 2023-03-14 14:41:34 -04:00
parent 6b62095cf5
commit d111d0a7bc

View file

@ -243,7 +243,7 @@ describe("vin-lookup.vue", () => {
expect(wrapper.findAllComponents({ name: "alert" }).length).toBe(0);
});
test.only("Error emitted by textbox-question element => VinScanFailed alert shown.", async () => {
test("Error emitted by textbox-question element => VinScanFailed alert shown.", async () => {
// Arrange
const { wrapper } = setupMocks({});