mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-24 04:59:25 +08:00
Add unit testing for browser language (#197)
* Add unit testing * Update unit testing * Update unit testing * fix a big heap of formatting typo
This commit is contained in:
@@ -28,4 +28,10 @@ module.exports = {
|
||||
'vue/no-unused-vars': 0,
|
||||
'vue/html-self-closing': 0,
|
||||
},
|
||||
globals: {
|
||||
'describe': true,
|
||||
'expect': true,
|
||||
'it': true,
|
||||
'test': true,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user