Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
T0ine34 committed Jun 26, 2024
1 parent 7072e22 commit b56ef21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions javascript/pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ def Build(self):
return self.runCommand("npm run build")



def Tests(self):
def BuildTests(self):
self.addDirectory("tests")
return self.runCommand(f"npm test")

Expand Down

0 comments on commit b56ef21

Please sign in to comment.