refactor: js output
This commit is contained in:
parent
1aa28c2a34
commit
c6704c3a04
96 changed files with 3816 additions and 147 deletions
|
|
@ -5,9 +5,9 @@ import {
|
|||
typeToBugzilla,
|
||||
issueToBugzillaCreate,
|
||||
resolveProductComponent,
|
||||
} from "../../../lib/bugzilla/fieldmap"
|
||||
import type { Issue } from "../../../lib/issue"
|
||||
import type { BugzillaTracker } from "../../../lib/tracker"
|
||||
} from "../../../src/bugzilla/fieldmap.js"
|
||||
import type { Issue } from "../../../src/issue.js"
|
||||
import type { BugzillaTracker } from "../../../src/tracker.js"
|
||||
|
||||
describe("status mapping", () => {
|
||||
it("maps TODO statuses to Bugzilla", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue