Skip to content

Commit

Permalink
trying more jasmine
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryB432 committed Sep 26, 2024
1 parent 32b4b59 commit 5fc955c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/make-help/schematics/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('Schematics module', () => {
expect(add(2, 3)).toEqual(5);
});
it('greets', () => {
expect(greet('world')).toEqual('index says: hello to world');
expect(greet('world')).toEqual('index says: hello to worldx');
});
it('meaning', () => {
expect(meaning.life).toEqual(42);
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"target": "es6",
"types": ["jasmine", "node"]
},
"include": ["src/**/*"],
"include": ["src/**/*", "tools/**/*"],
"exclude": ["src/*/files/**/*"]
}

0 comments on commit 5fc955c

Please sign in to comment.