Update info page.
This commit is contained in:
parent
30993e40f6
commit
258fcf29c9
1 changed files with 2 additions and 2 deletions
|
@ -52,12 +52,12 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
|
|||
);
|
||||
|
||||
addTest(
|
||||
'Options parsable', 'File <code>options.json</code> is readable and syntax seams to be correct',
|
||||
'Options parsable', 'File <code>options.json</code> is readable and syntax is correct',
|
||||
config.options !== null
|
||||
);
|
||||
|
||||
addTest(
|
||||
'Types parsable', 'File <code>types.json</code> is readable and syntax seams to be correct',
|
||||
'Types parsable', 'File <code>types.json</code> is readable and syntax is correct',
|
||||
config.types !== null
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue