Skip to content

Commit b4df251

Browse files
committed
update tests
1 parent c38cd8b commit b4df251

File tree

6 files changed

+338
-307
lines changed

6 files changed

+338
-307
lines changed

example.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ var parsed = function(filepath) {
88
};
99

1010
var p = util.inspect(parsed('test/fixtures/b.js'), null, 10);
11-
1211
console.log(p)

test/actual/a.js

-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@
4646
value: 'require(\'./events\')',
4747
string: 'Events',
4848
original: 'var Events = require(\'./events\');' },
49-
{ begin: 20,
50-
comment: '\nInitialize a new `Cache`\n\n```js\nvar config = new Cache();\n```\n\n@class Cache\n@param {Object} `obj` Optionally pass an object to initialize `this.cache`.\n@constructor\n@api public\n',
51-
end: 31,
52-
type: 'comment' },
5349
{ begin: 33,
5450
type: 'declaration',
5551
name: 'Cache',

0 commit comments

Comments
 (0)