import {x, y} from './resources/export-destructuring.js'; assert.equal(x, 1); assert.equal(y, 2);