Skip to content

Commit

Permalink
Merge pull request #8 from STAT1C-Sy/readme-badges
Browse files Browse the repository at this point in the history
Added badges to readme
  • Loading branch information
lumaghg authored Mar 18, 2022
2 parents ea1ed7b + d37fda3 commit a5004ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: CI
on: [push, pull_request]

jobs:
Expand Down Expand Up @@ -26,4 +27,4 @@ jobs:
run: deno --version

- name: Run tests
run: deno test
run: deno test
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 🦕 opine-unittest-utils

[![tag](https://img.shields.io/github/tag/STAT1C-Sy/opine-unittest-utils.svg)](https://github.com/STAT1C-Sy/opine-unittest-utils/releases)
[![CI](https://github.com/STAT1C-Sy/opine-unittest-utils/actions/workflows/deno.yml/badge.svg)](https://github.com/lumaghg/opine-unittest-utils/actions/workflows/deno.yml)


[Deno](https://deno.land) module provides simple mock objects for requests and responses to facilitate unit testing for [Opine](https://deno.land/x/opine).

Compared to the Deno module [SuperDeno](https://deno.land/x/superdeno), here the handler can be tested independently from the Opine App instance by calling them directly with mocked request and response objects.
Expand Down

0 comments on commit a5004ab

Please sign in to comment.