add prettier and eslint
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
(function(env) {
|
||||
env.requirePromises = function() {
|
||||
if (typeof Promise !== 'function') {
|
||||
env.pending("Environment does not support promises");
|
||||
env.pending('Environment does not support promises');
|
||||
}
|
||||
};
|
||||
})(jasmine.getEnv());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user