mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-11 05:42:21 +02:00
Initial pass
This commit is contained in:
commit
39c08a0eaa
7242 changed files with 1886006 additions and 0 deletions
38
node_modules/psl/karma.conf.js
generated
vendored
Normal file
38
node_modules/psl/karma.conf.js
generated
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
'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