Skip to content

Commit

Permalink
fix: do not require .d.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Jan 24, 2024
1 parent ade44f8 commit a513b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Declares global hooks
import "../typings/global";
/// <reference path="../typings/global.d.ts" />

Check failure on line 2 in src/index.ts

View workflow job for this annotation

GitHub Actions / build (18.x)

Do not use a triple slash reference for ../typings/global.d.ts, use `import` style instead

Check failure on line 2 in src/index.ts

View workflow job for this annotation

GitHub Actions / build (20.x)

Do not use a triple slash reference for ../typings/global.d.ts, use `import` style instead
// Augments browser and element methods
import "./browser/types";
// Declares global expect function
Expand Down

0 comments on commit a513b45

Please sign in to comment.