describe-loader
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -17,2 +17,4 @@ 'use strict'; | ||
module.exports = function(source) { | ||
this.cacheable(); | ||
var shouldBreak = false, | ||
@@ -19,0 +21,0 @@ ast = esprima.parse(source); |
{ | ||
"name": "describe-loader", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Wrap root describes with path for __filename", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
### Describe-loader | ||
`describe-loader` auto-magically wrap the body of the describe expression in a describe with the path of the file (`__filename`). | ||
@@ -4,0 +5,0 @@ |
4273
78
77
1