Skip to content

Commit

Permalink
Skip tests about mixing module.exports and ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Jun 12, 2022
1 parent 13376ce commit 7ba8ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/module_loading_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func TestLoadOnceGlobalVars(t *testing.T) {

func TestLoadExportsIsUsableInModule(t *testing.T) {
t.Parallel()
t.Skip("This likely shouldn't have had a test and should not be supported")
fs := afero.NewMemMapFs()
require.NoError(t, afero.WriteFile(fs, "/A.js", []byte(`
export function A() {
Expand Down

0 comments on commit 7ba8ec9

Please sign in to comment.