Skip to content

Commit e82ccdc

Browse files
committed
fix(grid): update hit-test.ts
1 parent 9b51e5a commit e82ccdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/specs/css/css-grid/hit-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fdescribe('CSS Grid hit testing', () => {
1+
describe('CSS Grid hit testing', () => {
22
it('returns the expected grid item from document.elementFromPoint', async () => {
33
const grid = document.createElement('div');
44
grid.style.display = 'grid';

0 commit comments

Comments
 (0)