mirror of
https://github.com/serverless/serverless.git
synced 2026-02-01 16:07:28 +00:00
Fix tabCompletion/isSupported test
This commit is contained in:
parent
45be518d47
commit
9e6bab2e42
@ -2,8 +2,8 @@
|
||||
|
||||
const { expect } = require('chai');
|
||||
|
||||
const isTabtabCompletionSuported = require('../isTrackingDisabled');
|
||||
const isSuported = require('./isSupported');
|
||||
|
||||
describe('isTabtabCompletionSuported', () => {
|
||||
it('Should resolve boolean', () => expect(typeof isTabtabCompletionSuported).to.equal('boolean'));
|
||||
it('Should resolve boolean', () => expect(typeof isSuported).to.equal('boolean'));
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user