Skip to content

Commit 16fa22d

Browse files
author
Gilad Gray
committed
0.1.1, fix test
1 parent fd279b0 commit 16fa22d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "documentalist",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "documentation for the rest of us",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/__tests__/typescript.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ describe("TypescriptPlugin", () => {
1616
describe("options", () => {
1717
it("excludePaths", () => {
1818
// this snapshot is empty: everything is excluded.
19-
// `src` entry is to test brace glob construction.
20-
expectSnapshot("classes", { excludePaths: ["**/__fixtures__/**", "src"] });
19+
expectSnapshot("classes", { excludePaths: ["__fixtures__/"] });
2120
});
2221

2322
it("excludeNames", () => {

0 commit comments

Comments
 (0)