From 2ad67505e645cbd3ddef02efd660cc3ba9eb6919 Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Tue, 10 May 2016 10:54:44 -0400 Subject: [PATCH] test: test commit for nodejs-github-bot --- test/parallel/test-github-bot.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/parallel/test-github-bot.js diff --git a/test/parallel/test-github-bot.js b/test/parallel/test-github-bot.js new file mode 100644 index 00000000000000..685ac8ade5a6fb --- /dev/null +++ b/test/parallel/test-github-bot.js @@ -0,0 +1,5 @@ +'use strict'; +require('../common'); +const assert = require('assert'); + +assert(true);