mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 10:17:46 +01:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
import assert from 'assert'
|
|
|
|
describe('Component', () => {
|
|
it('#always successds', () => {
|
|
assert.equal(1, 1)
|
|
})
|
|
})
|