chore: remove only on deprecations api spec (#14564)
* chore: remove only * add option to ignore missing properties
This commit is contained in:
parent
ebbaa4f89b
commit
a8a610cb34
3 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@ const {deprecations, deprecate, nativeImage} = require('electron')
|
|||
const {expect} = chai
|
||||
chai.use(dirtyChai)
|
||||
|
||||
describe.only('deprecations', () => {
|
||||
describe('deprecations', () => {
|
||||
beforeEach(() => {
|
||||
deprecations.setHandler(null)
|
||||
process.throwDeprecation = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue