
Note that the tests for Lumina are failing, but that's not related to the chai upgrade, rather it seems these tests fail because of issues in the design that we'll tackle later (it's a brand new design yet to be released).
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
import { expect } from 'chai'
|
|
|
|
describe('Sprinkle Plugin Tests', () => {
|
|
it('FIXME: No plugin tests defined', () => {
|
|
expect(1).to.equal(1)
|
|
})
|
|
})
|