1.4.1 • Published 1 year ago

@thimpat/testutils v1.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Description

A library that contains many utility functions to use with automated tests.

Functions

sleep(ms)

Pause in milliseconds

replaceTextInFile(filepath, regex, replacement)

Replace some text

getContent(filepath)

Returns file content

isJson(str)

Tell whether a string is json formatted

Changelog

  • Update a function