The Wayback Machine - http://web.archive.org/web/20220706164927/https://github.com/topics/debug
Skip to content
#

debug

Here are 1,744 public repositories matching this topic...

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.

  • Updated Jul 1, 2022
  • Swift
jest-preview
nvh95
nvh95 commented Jun 25, 2022

Describe the solution you'd like
An example to use jest-preview to test app with jquery

Describe how should jest-preview implements this feature

  • Use @testing-library/dom to test
  • Use jest-preview to debug/ write new tests faster

Additional context

  • @testing-library/dom can test any JS framework
  • jquery update the JSDOM manually in the test environment. Anyth

Improve this page

Add a description, image, and links to the debug topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the debug topic, visit your repo's landing page and select "manage topics."

Learn more