jquery/sizzle

Limit all test suite selection operations to #qunit-fixture

Open

#375 aberto em 31 de jan. de 2016

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (991 forks)batch import
help wanted

Métricas do repositório

Stars
 (6.264 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Cf. jquery/jquery/issues/2880

This issue should close when one of the following two conditions are satisfied:

  • Someone adds a comment certifying that they have examined all unit tests and found no selections scoped so broadly that they could match QUnit output.
  • A commit lands on the master branch claiming to correct all such selections (e.g., by either scoping more tightly or—for those that are explicitly document-scope—reducing with jQuery#filter( "#qunit-fixture *" ) before comparing to expected results).

Guia do colaborador