@delta-framework/tests-integration

1.0.0-alpha.3 • Public • Published

delta-framework/tests-integration

Delta framework core library License
NPM version Downloads Build Status

npm install @delta-framework/tests-integration@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 integration-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 { IntegrationTestConfiguration } from '@delta-framework/tests-integration';

LibraryCompiler.use(compiler => compiler

    .use(IntegrationTestConfiguration)
);

Contributing

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

Changelog

See the Changelog to see the change history.

/@delta-framework/tests-integration/

    Package Sidebar

    Install

    npm i @delta-framework/tests-integration

    Weekly Downloads

    12

    Version

    1.0.0-alpha.3

    License

    Apache-2.0

    Unpacked Size

    24 kB

    Total Files

    13

    Last publish

    Collaborators

    • marvin-brouwer