mirror of https://github.com/tc39/test262.git
6 lines
149 B
JavaScript
6 lines
149 B
JavaScript
|
import { shouldBe } from "./resources/assert.js";
|
||
|
import drinkCocoa from './export-default-function-hoisting/cocoa.js'
|
||
|
|
||
|
shouldBe(drinkCocoa(), 42);
|
||
|
|