Skip to content

zhoujiancheng-tks/fis-test-qunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fis-test-qunit

A test plugin for fis to test js file.

usage

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

more options

About

A test plugin for fis to test js file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published