-
-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add testcase about passing function to preferBuiltins
- Loading branch information
1 parent
c71e6c7
commit 9eaa425
Showing
2 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
packages/node-resolve/test/fixtures/prefer-builtin-local-and-builtin.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { sep } from 'path'; | ||
import events from 'events'; | ||
|
||
export default { sep, events }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters