]> git.proxmox.com Git - mirror_novnc.git/blobdiff - karma.conf.js
Use fat arrow functions `const foo = () => { ... };` for callbacks
[mirror_novnc.git] / karma.conf.js
index 9727c4c0b636b8bd4112e0a17c66be9359b685bb..f0a134355d86b72d2a607708ddf9bab99fb88fea 100644 (file)
@@ -1,6 +1,6 @@
 // Karma configuration
 
-module.exports = function(config) {
+module.exports = (config) => {
   const customLaunchers = {};
   let browsers = [];
   let useSauce = false;