0.0.2 • Published 10 years ago

fis-postpackager-qunit v0.0.2

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

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

0.0.2

10 years ago