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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1

Package Sidebar

Install

npm i fis-postpackager-qunit

Weekly Downloads

1

Version

0.0.2

License

none

Last publish

Collaborators

  • jasonzhoujc