Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoventurini committed May 27, 2024
1 parent 3bed2ec commit 0ff246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/top-level-await-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const assert = require('assert');
const reify = require('../lib/runtime/index');
import { importSync, importAsync, importAsyncEvaluated } from './tla/nested/parent.js';

(topLevelAwaitEnabled ? describe.only : describe.skip) ('top level await', () => {
(topLevelAwaitEnabled ? describe : describe.skip) ('top level await', () => {

describe('evaluation order', () => {
let logs = [];
Expand Down

0 comments on commit 0ff246a

Please sign in to comment.