mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
'use strict';
|
|
|
|
test('Waiting for tests', () => {
|
|
expect(true).toBe(true);
|
|
}); |