chore: fix typos in 'spec/' folder (and one in 'lib/' folder) (#43432)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Alexander Cyon <alex.cyon@gmail.com>
This commit is contained in:
parent
150d332f10
commit
e08be7d8ce
6 changed files with 10 additions and 10 deletions
|
@ -68,7 +68,7 @@ describe('modules support', () => {
|
|||
|
||||
describe('q', () => {
|
||||
describe('Q.when', () => {
|
||||
it('emits the fullfil callback', (done) => {
|
||||
it('emits the fulfil callback', (done) => {
|
||||
const Q = require('q');
|
||||
Q(true).then((val: boolean) => {
|
||||
expect(val).to.be.true();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue