Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BSFishy committed Mar 5, 2020
1 parent ceaac02 commit fff5cf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __tests__/meson-build.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import * as core from '@actions/core';
import * as exec from '@actions/exec';
import * as io from '@actions/io';
import * as path from 'path';
import * as fs from 'fs';

var hasbin = require('hasbin');
import main = require('../src/main');

describe('meson-build', () => {
Expand Down

0 comments on commit fff5cf9

Please sign in to comment.