Skip to content

An attempt to mimic the behaviour of JavaScript testing libraries like Jest.

Notifications You must be signed in to change notification settings

akshaygpt/Simple-Testing-Framework-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Testing-Framework-JS

An attempt to mimic the behaviour of JavaScript testing libraries like Jest.

To use:

import {test, expect} from 'path/to/lib.js'

test('title', () => {
  expect(/* something */).toBe(/* somethingElse */)
})

See example in the example directory.

Inspired by Kent C Dodds' course on Testing in JS.

About

An attempt to mimic the behaviour of JavaScript testing libraries like Jest.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published