Skip to content

Commit d199d7c

Browse files
committed
chore: more ai suggestions
1 parent b29a7af commit d199d7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"warframe-worldstate-data": ">=3.1.19"
8080
},
8181
"engines": {
82-
"node": ">=20.6.0"
82+
"node": ">=20.10.0"
8383
},
8484
"publishConfig": {
8585
"provenance": true

test/unit/archimedea.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('Archimedea', function () {
2121
}).to.throw(TypeError);
2222
expect(() => {
2323
new Archimedea({} as unknown as RawArchimedea);
24-
}).throw(TypeError);
24+
}).to.throw(TypeError);
2525
});
2626
});
2727
});

test/unit/mission.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('Mission', () => {
1818
}).to.throw(TypeError);
1919
});
2020

21-
it('should not thow with normal data', () => {
21+
it('should not throw with normal data', () => {
2222
expect(() => {
2323
new Mission(mockMission);
2424
}).to.not.throw();

0 commit comments

Comments
 (0)