Skip to content

Commit cdb5b16

Browse files
Copilotkobenguyent
andcommitted
Final verification complete - all tests pass
Co-authored-by: kobenguyent <7845001+kobenguyent@users.noreply.github.com>
1 parent 63c38d3 commit cdb5b16

File tree

1 file changed

+11
-0
lines changed
  • test/data/sandbox/configs/custom-helper-esm

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/// <reference types='codeceptjs' />
2+
type MyHelper = InstanceType<typeof import('./myhelper_helper.js').default>;
3+
4+
declare namespace CodeceptJS {
5+
interface SupportObject { I: I, current: any }
6+
interface Methods extends FileSystem, MyHelper {}
7+
interface I extends WithTranslation<Methods> {}
8+
namespace Translation {
9+
interface Actions {}
10+
}
11+
}

0 commit comments

Comments
 (0)