summaryrefslogtreecommitdiff
path: root/installed-tests/js/testNamespace.js
blob: 556623df88ab19117fc90d6ea159b1e8147abd26 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
// SPDX-FileCopyrightText: 2012 Red Hat, Inc.

const Regress = imports.gi.Regress;

describe('GI repository namespace', function () {
    it('supplies a name', function () {
        expect(Regress.__name__).toEqual('Regress');
    });
});