fis-postpackager-qunit

0.0.2 • Public • Published

fis-postpackager-qunit

A test plugin for fis to test js file.

usage

$ npm install -g fis-postpackager-qunit
$ vi path/to/project/fis-conf.js
//file : path/to/project/fis-conf.js
fis.config.merge({
    modules : {
        postpackager : 'qunit'
    },
    settings : {
        postpackager : {
            qunit: {
                all : ['test/*.html']
            }
        }
    }
});

more options

Readme

Keywords

none

Package Sidebar

Install

npm i fis-postpackager-qunit

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • jasonzhoujc