mirror of
https://github.com/maputnik/editor.git
synced 2026-02-17 10:00:01 +00:00
Replace gone style store test with sample
This commit is contained in:
7
test/sample_test.js
Normal file
7
test/sample_test.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import assert from 'assert'
|
||||
|
||||
describe('Component', () => {
|
||||
it('#always successds', () => {
|
||||
assert.equal(1, 1)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user