mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
add tests to readme
This commit is contained in:
@@ -28,7 +28,7 @@ Promise.all(
|
||||
if (module.hasOwnProperty('run')) {
|
||||
module.run();
|
||||
} else {
|
||||
throw new Error('Module ' + path + ' does not implement run() method.');
|
||||
console.warn('WARNING: Module ' + path + ' does not implement a run() method. No tests run.');
|
||||
}
|
||||
});
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user