Skip to content

Commit

Permalink
add node group
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Jan 6, 2025
1 parent 247ae75 commit d43f113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/fuel-gauge/src/fuels-dev.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { execSync } from 'child_process';

/**
* @group node
*/
describe('fuels-dev', () => {
test('it works', () => {
const res = execSync('pnpm fuels init').toString();

Check failure on line 8 in packages/fuel-gauge/src/fuels-dev.test.ts

View workflow job for this annotation

GitHub Actions / node@22

packages/fuel-gauge/src/fuels-dev.test.ts > fuels-dev > it works

Error: Command failed: pnpm fuels init ❯ packages/fuel-gauge/src/fuels-dev.test.ts:8:17 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 254, signal: null, output: [ null, { type: 'Buffer', data: [ 117, 110, 100, 101, 102, 105, 110, 101, 100, 10, 226, 128, 137, 69, 82, 82, 95, 80, 78, 80, 77, 95, 82, 69, 67, 85, 82, 83, 73, 86, 69, 95, 69, 88, 69, 67, 95, 70, 73, 82, 83, 84, 95, 70, 65, 73, 76, 226, 128, 137, 32, 67, 111, 109, 109, 97, 110, 100, 32, 34, 102, 117, 101, 108, 115, 34, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100, 10, 10, 68, 105, 100, 32, 121, 111, 117, 32, 109, 101, 97, 110, 32, 34, 112, 110, 112, 109, 32, 98, 117, 105, 108, 100, 34, 63, 10 ] }, { type: 'Buffer', data: [] } ], pid: 7238, stdout: { type: 'Buffer', data: [ 117, 110, 100, 101, 102, 105, 110, 101, 100, 10, 226, 128, 137, 69, 82, 82, 95, 80, 78, 80, 77, 95, 82, 69, 67, 85, 82, 83, 73, 86, 69, 95, 69, 88, 69, 67, 95, 70, 73, 82, 83, 84, 95, 70, 65, 73, 76, 226, 128, 137, 32, 67, 111, 109, 109, 97, 110, 100, 32, 34, 102, 117, 101, 108, 115, 34, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100, 10, 10, 68, 105, 100, 32, 121, 111, 117, 32, 109, 101, 97, 110, 32, 34, 112, 110, 112, 109, 32, 98, 117, 105, 108, 100, 34, 63, 10 ] }, stderr: { type: 'Buffer', data: [] } }
Expand Down

0 comments on commit d43f113

Please sign in to comment.