Skip to content

Commit d7470a7

Browse files
committed
added 'use strict' to test/helpers/lifecycle_logger.js
1 parent 73c0ee4 commit d7470a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/helpers/lifecycle_logger.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
module.exports = function() {
33

4+
'use strict'
5+
46
let entries = [],
57
logger = function(lifecycle) {
68
var entry = {

0 commit comments

Comments
 (0)