vscode-flix icon indicating copy to clipboard operation
vscode-flix copied to clipboard

Add test infrastructure for core commands (e.g. `addUri`)

Open magnus-madsen opened this issue 1 year ago • 3 comments

It would be nice if we could (somehow) test (some of):

apiAddUri = 'api/addUri',
apiRemUri = 'api/remUri',
apiAddPkg = 'api/addPkg',
apiRemPkg = 'api/remPkg',
apiAddJar = 'api/addJar',
apiRemJar = 'api/remJar',

This will give us confidence as we refactor.

magnus-madsen avatar Feb 28 '24 05:02 magnus-madsen