From a81e16ecb52e75c6739b77d60969073fb5328b47 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 22 Aug 2023 21:22:16 +0900 Subject: [PATCH] reorder items --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 431fb9b..6355d7e 100644 --- a/README.md +++ b/README.md @@ -188,8 +188,8 @@ This list is a collection of the best Deno modules and resources. - [deno-puppeteer](https://github.com/lucacasonato/deno-puppeteer) - A library which provides a high-level API to control Chromium or Chrome over the DevTools Protocol. - [expect](https://github.com/allain/expect) - Helpers for writing jest like expect tests in deno. - [merlin](https://github.com/crewdevio/merlin) - Testing and Benchmarking framework for deno 🧙‍♂️ -- [qunitx](https://github.com/izelnakri/qunitx) - Zero dependency, fully customizable, mature, universal test API that can run interchangably in node.js, Deno & browser, using default runtime test runners. - [pretty_benching](https://github.com/littletof/prettyBenching) - A small library to make your Deno benchmarking progress and results look pretty. +- [qunitx](https://github.com/izelnakri/qunitx) - Zero dependency, fully customizable, mature, universal test API that can run interchangably in node.js, Deno & browser, using default runtime test runners. - [rhum](https://github.com/drashland/rhum) - A lightweight testing framework for Deno. - [superdeno](https://github.com/asos-craigmorten/superdeno) - Super-agent driven library for testing Deno HTTP servers. - [superoak](https://github.com/asos-craigmorten/superoak) - HTTP assertions for Oak made easy via SuperDeno.