Comparing version 0.3.1 to 0.3.2
# Changelog | ||
# 0.3.2 | ||
* added `fs.lstatSync` mock. | ||
# 0.3.1 | ||
@@ -4,0 +8,0 @@ * ignore `insight` module. |
@@ -44,2 +44,9 @@ 'use strict'; | ||
lstatSync: function(path) { | ||
path = this._qfsMock.absolute(path); | ||
var node = this._qfsMock._root._walk(path); | ||
node.mtime = node.lastModified(); | ||
return node; | ||
}, | ||
stat: function(path, callback) { | ||
@@ -46,0 +53,0 @@ this._qfsMock.stat(path) |
{ | ||
"name": "bem-smoke", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Helper library to assist smoke-testing of the bem technologies.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21603
13
456