mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Implement export for 3rd Party sites
This commit is contained in:
@@ -3,7 +3,8 @@ module.exports = function(config) {
|
||||
basePath: '',
|
||||
frameworks: ['jasmine', 'fixture'],
|
||||
preprocessors: {
|
||||
'../build/schemas/**/*.json': ['json_fixtures']
|
||||
'../build/schemas/**/*.json': ['json_fixtures'],
|
||||
'fixtures/**/*.json': ['json_fixtures']
|
||||
},
|
||||
files: [
|
||||
'../build/lib*.js',
|
||||
@@ -11,10 +12,11 @@ module.exports = function(config) {
|
||||
'../node_modules/jsen/dist/jsen.js',
|
||||
'../build/app*.js',
|
||||
'../build/schemas/**/*.json',
|
||||
'fixtures/**/*.json',
|
||||
'tests/**/*.js',
|
||||
],
|
||||
jsonFixturesPreprocessor: {
|
||||
stripPrefix: '.*build',
|
||||
jsonFixturesPreprocessor: {
|
||||
stripPrefix: '.*(/build/)',
|
||||
variableName: '__json__'
|
||||
},
|
||||
reporters: ['mocha'],
|
||||
|
||||
Reference in New Issue
Block a user