Skip to main content

Expect

Re-export of test-assertions solution from playwright library.

Using

import { test, expect } from '@pw-codeceptjs/test'

test('Example', async ({}) => {
expect(1).toEqual(1)
})