Skip to content

Commit

Permalink
Tests. Module paths from root
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Sep 14, 2024
1 parent 07e7fda commit 7fbd5b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:JsModule("./my-fancy-child-tuple.mjs")
@file:JsModule("/kotlin/my-fancy-child-tuple.mjs")

package com.test.example

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:JsModule("./my-fancy-tuple.mjs")
@file:JsModule("/kotlin/my-fancy-tuple.mjs")

package com.test.example

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:JsModule("./my-cancellable-response-library.mjs")
@file:JsModule("/kotlin/my-cancellable-response-library.mjs")

package com.test.example

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:JsModule("./my-parameters-library.mjs")
@file:JsModule("/kotlin/my-parameters-library.mjs")

package com.test.example

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:JsModule("./my-response-library.mjs")
@file:JsModule("/kotlin/my-response-library.mjs")

package com.test.example

Expand Down

0 comments on commit 7fbd5b1

Please sign in to comment.