Skip to content

Commit

Permalink
fix: remove failing nut - no longer needed (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale authored Feb 28, 2023
1 parent 1924866 commit 49a9b00
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 28 deletions.
28 changes: 0 additions & 28 deletions test/commands/env/open.nut.ts

This file was deleted.

13 changes: 13 additions & 0 deletions test/placeholder.nut.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
* Copyright (c) 2023, salesforce.com, inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
import { expect } from 'chai';

describe('Placeholder', () => {
it('should be true', () => {
expect(true).to.be.equal(true);
});
});

0 comments on commit 49a9b00

Please sign in to comment.