first load
This commit is contained in:
7
bin/lighthouse/constants.js
Normal file
7
bin/lighthouse/constants.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = Object.freeze({
|
||||
ERROR: 0,
|
||||
SUCCESS: 1,
|
||||
WARNING: 2,
|
||||
SKIPPED: 3,
|
||||
UNKNOWN: 4
|
||||
});
|
||||
Reference in New Issue
Block a user