@delta-framework/tests-unit

1.0.0-alpha.4 • Public • Published

delta-framework/tests-unit

Delta framework core library License
NPM version Downloads Build Status

npm install @delta-framework/tests-unit@latest

Summary

This is one of the libraries with base functionality regarding compiling and publishing JavaScript libraries in the Delta framework project.

This is a utility library for using unit-test tasks in the compiler core library.

Usage

Install the package and apply the following line to the GulpFile of your project:

import { LibraryCompiler } from '@delta-framework/compiler-core';
import { UnitTestConfiguration } from '@delta-framework/tests-unit';

LibraryCompiler.use(compiler => compiler

    .use(UnitTestConfiguration)
);

Contributing

See the Contribution guide for help about contributing to this project.

Changelog

See the Changelog to see the change history.

Dependencies (9)

Dev Dependencies (2)

Package Sidebar

Install

npm i @delta-framework/tests-unit

Weekly Downloads

8

Version

1.0.0-alpha.4

License

Apache-2.0

Unpacked Size

24.7 kB

Total Files

13

Last publish

Collaborators

  • marvin-brouwer