summaryrefslogtreecommitdiff
path: root/test/modules/import.js
blob: 4b52f9d072180eea00a5c6a524a0a6eff4703a78 (plain)
1
2
3
4
5
6
// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
// SPDX-FileCopyrightText: 2021 Philip Chimento <philip.chimento@gmail.com>

import num from 'foo';
if (num !== 77)
    throw new Error('wrong number');