This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pass of
{Boolean|Function}
parameters being ignored (`options.…
…extractComments`) (#168)
- Loading branch information
1 parent
2af1e61
commit 2c06f46
Showing
4 changed files
with
249 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`errors 1`] = `Array []`; | ||
|
||
exports[`errors 2`] = `Array []`; | ||
|
||
exports[`errors 3`] = `Array []`; | ||
|
||
exports[`errors 4`] = `Array []`; | ||
|
||
exports[`errors 5`] = `Array []`; | ||
|
||
exports[`test.js 1`] = ` | ||
"/*! For license information please see test.js.LICENSE */ | ||
var foo=1;" | ||
`; | ||
|
||
exports[`test.js 2`] = `"var foo=1;"`; | ||
|
||
exports[`test.js 3`] = ` | ||
"/*! For license information please see test.js.LICENSE */ | ||
var foo=1;" | ||
`; | ||
|
||
exports[`test.js 4`] = ` | ||
"/*! For license information please see test.js.LICENSE */ | ||
var foo=1;" | ||
`; | ||
|
||
exports[`test.js 5`] = ` | ||
"/*! For license information please see test1.js.LICENSE */ | ||
var foo=1;" | ||
`; | ||
|
||
exports[`test.js 6`] = ` | ||
"/*! License information can be found in test.license.js */ | ||
var foo=1;" | ||
`; | ||
|
||
exports[`test.js.LICENSE 1`] = ` | ||
"// Comment | ||
" | ||
`; | ||
|
||
exports[`test.js.LICENSE 2`] = ` | ||
"// Comment | ||
" | ||
`; | ||
|
||
exports[`test.license.js 1`] = ` | ||
"// Comment | ||
" | ||
`; | ||
|
||
exports[`test1.js 1`] = ` | ||
"/*! For license information please see test1.js.LICENSE */ | ||
var foo=1;" | ||
`; | ||
|
||
exports[`test1.js 2`] = ` | ||
"/*! For license information please see test1.js.LICENSE */ | ||
var foo=1;" | ||
`; | ||
|
||
exports[`test1.js 3`] = ` | ||
"/*! For license information please see test1.js.LICENSE */ | ||
var foo=1;" | ||
`; | ||
|
||
exports[`test1.js.LICENSE 1`] = ` | ||
"/* Comment */ | ||
" | ||
`; | ||
|
||
exports[`test1.js.LICENSE 2`] = ` | ||
"// foo | ||
" | ||
`; | ||
|
||
exports[`test1.js.LICENSE 3`] = ` | ||
"/* Comment */ | ||
" | ||
`; | ||
|
||
exports[`test1.js.LICENSE 4`] = ` | ||
"/* Comment */ | ||
" | ||
`; | ||
|
||
exports[`warnings 1`] = `Array []`; | ||
|
||
exports[`warnings 2`] = `Array []`; | ||
|
||
exports[`warnings 3`] = `Array []`; | ||
|
||
exports[`warnings 4`] = `Array []`; | ||
|
||
exports[`warnings 5`] = `Array []`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters