Skip to content

Commit

Permalink
Un-focus a spec
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Sep 22, 2024
1 parent 7cfee9c commit 67857f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-c/spec/tree-sitter-grammar-spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');

fdescribe('WASM Tree-sitter C grammar', () => {
describe('WASM Tree-sitter C grammar', () => {

beforeEach(async () => {
await atom.packages.activatePackage('language-c');
Expand Down

0 comments on commit 67857f8

Please sign in to comment.