mirror of
https://github.com/atom/atom.git
synced 2026-01-26 15:28:27 -05:00
Focus async its.
This commit is contained in:
@@ -27,6 +27,12 @@ function asyncIt(name, fn) {
|
||||
})
|
||||
}
|
||||
|
||||
function fasyncIt(name, fn) {
|
||||
fit(name, () => {
|
||||
waitsForPromise(fn)
|
||||
})
|
||||
}
|
||||
|
||||
function xasyncIt(name, fn) {
|
||||
xit(name, () => {
|
||||
waitsForPromise(fn)
|
||||
|
||||
Reference in New Issue
Block a user