|
|
@@ -16,17 +16,26 @@ var config = {
|
|
|
framework: 'mocha',
|
|
|
|
|
|
applications: {
|
|
|
- ckeditor: {
|
|
|
+ 'ckeditor': {
|
|
|
path: '.',
|
|
|
files: [
|
|
|
'node_modules/requirejs/require.js',
|
|
|
'ckeditor.js'
|
|
|
]
|
|
|
+ },
|
|
|
+
|
|
|
+ 'ckeditor-build': {
|
|
|
+ path: 'build',
|
|
|
+ files: [
|
|
|
+ 'ckeditor.js'
|
|
|
+ ]
|
|
|
}
|
|
|
},
|
|
|
|
|
|
tests: {
|
|
|
all: {
|
|
|
+ // Swap the following "applications" lines to test the build version.
|
|
|
+ // applications: [ 'ckeditor-build' ],
|
|
|
applications: [ 'ckeditor' ],
|
|
|
paths: [
|
|
|
'tests/**',
|