mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-21 05:24:45 +00:00
.
This commit is contained in:
parent
a004f0ae58
commit
fc725ba36b
7280 changed files with 19 additions and 1796407 deletions
38
node_modules/psl/karma.conf.js
generated
vendored
38
node_modules/psl/karma.conf.js
generated
vendored
|
@ -1,38 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
|
||||
module.exports = function (config) {
|
||||
|
||||
config.set({
|
||||
|
||||
browsers: ['PhantomJS'],
|
||||
|
||||
frameworks: ['browserify', 'mocha'],
|
||||
|
||||
files: [
|
||||
'test/**/*.spec.js'
|
||||
],
|
||||
|
||||
preprocessors: {
|
||||
'test/**/*.spec.js': ['browserify']
|
||||
},
|
||||
|
||||
reporters: ['mocha'],
|
||||
|
||||
client: {
|
||||
mocha: {
|
||||
reporter: 'tap'
|
||||
}
|
||||
},
|
||||
|
||||
plugins: [
|
||||
'karma-browserify',
|
||||
'karma-mocha',
|
||||
'karma-mocha-reporter',
|
||||
'karma-phantomjs-launcher'
|
||||
]
|
||||
|
||||
});
|
||||
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue