1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 08:45:28 +03:00

refactor: drop bluebird dependency (#3279)

This commit is contained in:
Tomas Chmelevskij 2023-02-03 15:50:22 +01:00 committed by GitHub
parent 3c8ad50005
commit 293ca70077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 60 additions and 54 deletions

View file

@ -1,4 +1,3 @@
import "bluebird";
import { JSDOM } from "jsdom";
import $ from "jquery";
import { vi } from "vitest";