test(writing-skills): cover render-graphs execution

This commit is contained in:
Drew Ritter
2026-07-02 14:09:14 -07:00
parent c3847f63d7
commit 4ab46fe700
2 changed files with 116 additions and 3 deletions

View File

@@ -13,9 +13,9 @@
* Requires: graphviz (dot) installed on system
*/
const fs = require('fs');
const path = require('path');
const { execFileSync } = require('child_process');
import * as fs from 'fs';
import * as path from 'path';
import { execFileSync } from 'child_process';
function extractDotBlocks(markdown) {
const blocks = [];