mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
refactor: rename test files and update import paths for postman-to-bruno tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { describe, it, expect } from '@jest/globals';
|
||||
import postmanToBruno from '../../src/postman/postman-to-bruno';
|
||||
import postmanToBruno from '../../../src/postman/postman-to-bruno';
|
||||
|
||||
describe('postman-collection', () => {
|
||||
it('should correctly import a valid Postman collection file', async () => {
|
||||
@@ -1,4 +1,4 @@
|
||||
const { default: postmanTranslation } = require("../../../src/postman/postman-translations");
|
||||
const { default: postmanTranslation } = require("../../../../src/postman/postman-translations");
|
||||
|
||||
describe('postmanTranslations - request commands', () => {
|
||||
test('should handle request commands', () => {
|
||||
@@ -1,4 +1,4 @@
|
||||
const { default: postmanTranslation } = require("../../../src/postman/postman-translations");
|
||||
const { default: postmanTranslation } = require("../../../../src/postman/postman-translations");
|
||||
|
||||
describe('postmanTranslations - response commands', () => {
|
||||
test('should handle response commands', () => {
|
||||
Reference in New Issue
Block a user