Remove only

This commit is contained in:
Daniel Imms
2023-09-02 08:22:56 -07:00
parent 4cd4597082
commit 8d0fde2d7f
+1 -1
View File
@@ -15,7 +15,7 @@ test.beforeAll(async ({ browser }) => {
test.afterAll(async () => await ctx.page.close());
test.describe.only('API Integration Tests', () => {
test.describe('API Integration Tests', () => {
test('Default options', async () => {
strictEqual(await ctx.proxy.cols, 80);
strictEqual(await ctx.proxy.rows, 24);