Skip to content

Commit

Permalink
Rename uvu-timeout.ts to rig-test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Oct 1, 2023
1 parent 3bc6d9a commit b5ae29d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import {suite} from 'uvu';
import * as assert from 'uvu/assert';
import {rigTest} from './util/uvu-timeout.js';
import {rigTest} from './util/rig-test.js';
import {IS_WINDOWS} from '../util/windows.js';
import {NODE_MAJOR_VERSION} from './util/node-version.js';
import {checkScriptOutput} from './util/check-script-output.js';
Expand Down
File renamed without changes.

0 comments on commit b5ae29d

Please sign in to comment.