npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

tstest

v1.2.8

Published

Testing Utilities for Helping You to Write Better TypeScript Programs

Downloads

1,845

Readme

TSTEST

NPM Version npm (tag) NPM TypeScript

Helps you write better TypeScript programs

tstest

tstest is a mature full-featured TypeScript testing tool that helps you write better programs.

The tstest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.

Features

NOTICE: All the features listed below, is NOT YET IMPLENMENTED.

TO DO:

  1. Detailed info on failing assert statements (no need to remember self.assert* names);
  2. Auto-discovery of test modules and functions;
  3. Modular fixtures for managing small or parametrized long-lived test resources;
  4. Can run unittest (including trial) and nose test suites out of the box;
  5. JavaScript, TypeScript, Google Apps Script (untested);
  6. Rich plugin architecture, with over n+ external plugins and thriving community;
  7. Out-of-the-Box Dual Browser/Node.js environment testing support;

This module is highly inspired by pytest

API

  1. test for containerization testings
  2. sinon for mocking everything you need
  3. AssertEqual for check TypeScript typings
  4. testSchedulerRunner for RxJS marble testing

SEE ALSO

Decorators

AST

Online Tools

Articles & Projects

Other Tools

CHANGELOG

main v1.2 (Mar 6, 2022)

  1. add testScheduleRunner helper function to tstest module for testing RxJS marble diagrams.
  2. upgrade tap to v16. (fix tapjs/node-tap#791).

v1.0 (Oct 24, 2021)

Release v1.0 of tstest

  1. Upgrade to tap to replace blue-tape (wechayt/wechaty#2223)
  2. Remove sinon-test
  3. Enable ES Modules
  4. Add AssertEqual for typing tests

v0.4 June 07, 2019

  1. Publish as a testing toolset wrapper for convenience:
    1. blue-tap
    2. sinon
    3. @types/blue-tap
    4. @types/sinon

v0.1 March 21, 2018

  1. Received the NPM package name: tstest from David Auffret.
  2. Scratched a tstest logo.
  3. Linked to pytest.

THANKS

Thanks to David Auffret who owned the tstest name of NPM module. He is so kind and nice that passed this name over to me with the help of support from NPM after my request.

$ npm deprecate [email protected] 'tstest had been republished as a test framework from v0.1'
...

AUTHOR

Huan LI (李卓桓), Microsoft Regional Director, [email protected]

Profile of Huan LI (李卓桓) on StackOverflow

COPYRIGHT & LICENSE

  • Code & Docs © 2019 Huan LI [email protected]
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons