Skip to content

Commit

Permalink
WIP skipping generator test for development
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Renzen committed Dec 13, 2023
1 parent b5dc7d5 commit 26c6bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/tests/Generator.class.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import type { LDWorkbenchConfiguration } from "../LDWorkbenchConfiguration.js";
chai.use(chaiAsPromised)
const expect = chai.expect

describe('Generator Class', () => {
describe('constructor', () => {
describe.only('Generator Class', () => {
describe.skip('constructor', () => {
it('should set query, engine, endpoint, and source properties correctly', () => {
const configuration = parseYamlFile('./static/example/config.yml')
const pipeline = new Pipeline(configuration)
Expand Down

0 comments on commit 26c6bbd

Please sign in to comment.