5 lines
99 B
JavaScript

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