Skip to content

Commit

Permalink
Remove all @chainable
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Apr 24, 2024
1 parent 3c0bd61 commit bac5d07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/test_case.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class TestCase extends TestNode {
/**
* @param {string} filepath
* @returns {TestCase}
* @chainable
*/
file(filepath: string) {
this._attributes.file = filepath;
Expand Down
1 change: 0 additions & 1 deletion src/test_node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export abstract class TestNode {
* @param name
* @param value
* @returns this
* @chainable
*/
property(name: string, value: string): this {
this._properties.push({ name: name, value: value });
Expand Down

0 comments on commit bac5d07

Please sign in to comment.